adding travis support

pull/8/head
gcmalloc 2012-10-15 10:37:33 +02:00
rodzic 6d9c22cd26
commit aeeb29a356
1 zmienionych plików z 7 dodań i 0 usunięć

7
.travis.yml 100644
Wyświetl plik

@ -0,0 +1,7 @@
language: python
#specify the python version
python:
- "2.6"
- "2.7"
# command to run tests
script: nosetests tests