Add travis-ci conf

pull/8/head
Nicolas Jouanin 2015-05-30 22:39:13 +02:00
rodzic b90e59a007
commit 4dab5674e1
1 zmienionych plików z 6 dodań i 0 usunięć

6
.travis.yml 100644
Wyświetl plik

@ -0,0 +1,6 @@
language: python
python:
- "3.4"
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests