Add Python3.7 to travis

pull/66/head^2
tuxxy 2018-02-12 12:42:19 -07:00
parent b85bf19e44
commit d445745405
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cache: pip
python:
- 3.5
- 3.6
- 3.7
install:
- pip install -e .
- pip install pipenv --upgrade