mirror of
https://github.com/dnet/pySSTV.git
synced 2026-01-09 10:10:40 +01:00
added Travis CI
This commit is contained in:
parent
09df062547
commit
1916cfd031
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
install: "pip install -r requirements.txt"
|
||||||
|
script: nosetests
|
||||||
Loading…
Reference in a new issue