Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed19014

Browse files
authored
Merge pull request #789 from expobrain/python_37
Added Python 3.7 to Travis CI
2 parents e731aa8 + e4502b7 commit ed19014

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ matrix:
1313
python: 3.6
1414
- env: TOXENV=pypy
1515
python: pypy2.7-5.10.0
16+
- env: TOXENV=py37
17+
python: 3.7
18+
sudo: required
19+
dist: xenial
1620
install: pip install coveralls tox
1721
script: tox
1822
before_install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit
33
# These should match the travis env list
4-
envlist = py27,py35,py36,pypy
4+
envlist = py27,py35,py36,py37,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)