update travis

This commit is contained in:
Solvik Blum 2019-08-09 16:52:50 +02:00
commit 9835926552
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47

View file

@ -3,9 +3,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy3"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install tox-travis
# command to run tests
script:
- tox