Add .travis.yml

This commit is contained in:
Pedro Ferreira 2017-08-01 19:40:53 +02:00
parent ad604315ad
commit 7651dc535c

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "3.6.1"
- "3.7-dev"
install:
- pip install .[tests]
- pip install coveralls
script: pytest
after_success:
- coveralls