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

Skip to content

Commit 04933cd

Browse files
committed
Added Python 3.7 to Travis CI
1 parent d04823e commit 04933cd

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ matrix:
1313
python: 3.6
1414
- env: TOXENV=pypy
1515
python: pypy2.7-5.10.0
16+
- env: TOXENV=py37
17+
python: 3.7-dev
1618
install: pip install coveralls tox
1719
script: tox
1820
before_install:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'cfgv>=1.0.0',
4242
'identify>=1.0.0',
4343
'nodeenv>=0.11.1',
44-
'pyyaml',
44+
'pyyaml>=4.2b4',
4545
'six',
4646
'toml',
4747
'virtualenv',

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)