Skip to content

Commit 554fef9

Browse files
committed
Add python 3.7 in travis and tox
1 parent 78f97d0 commit 554fef9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ language: python
22

33
matrix:
44
include:
5-
- python: 3.6-dev
5+
- python: 3.7-dev
66
env: TOXENV=coveralls
77
- python: 3.4
88
env: TOXENV=py34
99
- python: 3.5-dev
1010
env: TOXENV=py35
1111
- python: 3.6-dev
1212
env: TOXENV=py36
13+
- python: 3.7-dev
14+
env: TOXENV=py37
1315

1416
sudo: required
1517
dist: trusty

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36
2+
envlist = py34, py35, py36, py37
33

44
[testenv]
55
deps =
@@ -13,7 +13,7 @@ commands= python setup.py test
1313
[testenv:coveralls]
1414
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
1515
usedevelop=True
16-
basepython=python3.6
16+
basepython=python3.7
1717
changedir=.
1818
deps =
1919
{[testenv]deps}

0 commit comments

Comments
 (0)