Add python versions travis.

This commit is contained in:
Juan Ignacio Fiorentino 2018-07-12 15:05:43 -03:00
parent 2e83393b65
commit cfcd504477

View file

@ -1,5 +1,9 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
install:
- pip install tox coveralls
script: