TravisRunner
TravisRunner
This commit is contained in:
parent
4deb379ddc
commit
02bfd00b65
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
sudo:
|
||||||
|
- required
|
||||||
|
install:
|
||||||
|
- python2 setup.py build
|
||||||
|
script:
|
||||||
|
- bash ./TravisRunner
|
||||||
|
|
Reference in New Issue
Block a user