mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-28 16:01:41 +00:00
11 lines
215 B
YAML
11 lines
215 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
sudo: required
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install libseccomp-dev
|
|
install:
|
|
- sudo python setup.py install
|
|
script: cd tests && sudo python test.py
|