Judger/.travis.yml
virusdefender f7cad29eef add tests
Squash from a494eed to 1974b83 by virusdefender
2016-01-23 18:19:34 +08:00

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