add .travis.yml

This commit is contained in:
codl 2017-11-27 00:44:42 +01:00
pare b993878100
commit 9c490fc387
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 6CD7C8891ED1233A

7
.travis.yml Normal file
Veure arxiu

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
- "2.7"
install: pip install .
script: python setup.py pytest