Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 2f3247b

Browse files
committed
Travis CI for Python 3.7
1 parent 949c39e commit 2f3247b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
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

+1-1
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)