add .travis.yml

This commit is contained in:
Solvik Blum 2019-08-09 13:38:13 +02:00
parent 980f14236f
commit ed5e107ce5
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- tox