Tavis update

This commit is contained in:
L1ghtn1ng 2019-04-19 16:31:30 +01:00
parent 96a000f924
commit 5a01c2a254

View file

@ -4,6 +4,8 @@ python:
- '3.6'
- '3.7'
- '3.8-dev'
before_install:
- pip install -r requirements.txt
install:
- python setup.py test
script: