mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-06 04:11:41 +00:00
10 lines
208 B
YAML
10 lines
208 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: sudo python tests/test.py
|