Skip to content

Commit 4404548

Browse files
committed
Add py3.7 for travis/appveyor for interrim release 0.9.0b0
1 parent dfa6f75 commit 4404548

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.7"
44
- "3.5"
55
- "3.6"
6+
- "3.7"
67

78
install:
89
- pip install tox-travis

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
- TOXENV: "py27"
44
- TOXENV: "py35"
55
- TOXENV: "py36"
6+
- TOXENV: "py37"
67

78
install:
89
- C:\Python36\python -m pip install tox

0 commit comments

Comments
 (0)