Skip to content

Commit b849e28

Browse files
author
vadym1226
committed
Merge pull request #100 from micw523/master
Travis CI for Python 3.7
2 parents 3d76b9f + 2691a45 commit b849e28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ matrix:
2525
env: TOXENV=py36
2626
- python: 3.6
2727
env: TOXENV=py36-functional
28+
- python: 3.7
29+
env: TOXENV=py37
30+
- python: 3.7
31+
env: TOXENV=py37-functional
2832

2933
install:
3034
- pip install tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27, py34, py35, py36
3+
envlist = py27, py34, py35, py36, py37
44

55
[testenv]
66
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)