2016-08-21 09:59:39 +00:00
|
|
|
language: python
|
2017-04-30 05:17:38 +00:00
|
|
|
dist: trusty
|
2016-08-21 09:59:39 +00:00
|
|
|
python:
|
|
|
|
- "2.7"
|
2017-04-30 05:17:38 +00:00
|
|
|
- "3.5"
|
2016-08-21 09:59:39 +00:00
|
|
|
sudo: required
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get -qq update
|
|
|
|
- sudo apt-get install libseccomp-dev cmake
|
|
|
|
install:
|
|
|
|
- mkdir build && cd build
|
2016-08-21 11:32:25 +00:00
|
|
|
- cmake .. && make && sudo make install
|
2017-04-30 05:17:38 +00:00
|
|
|
- cd ../bindings/Python && sudo `which python` setup.py install
|
2016-08-21 09:59:39 +00:00
|
|
|
script:
|
2017-04-30 05:17:38 +00:00
|
|
|
- cd ../../tests/Python_and_core && sudo `which python` test.py
|
2016-10-26 03:40:10 +00:00
|
|
|
notifications:
|
|
|
|
slack: onlinejudgeteam:BzBz8UFgmS5crpiblof17K2W
|