mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-29 16:31:42 +00:00
f7cad29eef
Squash from a494eed to 1974b83 by virusdefender
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 |