pySSTV/.travis.yml
András Veres-Szentkirályi 1916cfd031 added Travis CI
2015-10-20 10:06:22 +02:00

7 lines
110 B
YAML

language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests