mirror of
https://github.com/romanz/amodem.git
synced 2026-05-10 05:17:38 +08:00
add to travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "pip install ."
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
|
|
||||||
|
script: py.test -vvv -s
|
||||||
Reference in New Issue
Block a user