Skip to content

Commit

Permalink
Merge pull request #789 from expobrain/python_37
Browse files Browse the repository at this point in the history
Added Python 3.7 to Travis CI
  • Loading branch information
asottile committed Jul 8, 2018
2 parents e731aa8 + e4502b7 commit ed19014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ matrix:
python: 3.6
- env: TOXENV=pypy
python: pypy2.7-5.10.0
- env: TOXENV=py37
python: 3.7
sudo: required
dist: xenial
install: pip install coveralls tox
script: tox
before_install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed19014

Please sign in to comment.