Added Python 3.7 to Travis CI

This commit is contained in:
Daniele Esposti 2018-07-02 21:57:25 +01:00
parent d04823e8e3
commit 04933cdc46
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[tox]
project = pre_commit
# These should match the travis env list
envlist = py27,py35,py36,pypy
envlist = py27,py35,py36,py37,pypy
[testenv]
deps = -rrequirements-dev.txt