Skip to content

Commit c480223

Browse files
committed
Test with Python 3.7 on Travis and AppVeyor
1 parent 0b522d4 commit c480223

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
- env: TOXENV=py36-freeze
4242
python: '3.6'
4343
- env: TOXENV=py37
44-
python: 'nightly'
44+
python: 3.7
45+
sudo: required
46+
dist: xenial
4547

4648
- stage: deploy
4749
python: '3.6'

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
- TOXENV: "py34"
1515
- TOXENV: "py35"
1616
- TOXENV: "py36"
17+
- TOXENV: "py37"
1718
- TOXENV: "pypy"
1819
- TOXENV: "py27-pexpect"
1920
- TOXENV: "py27-xdist"

0 commit comments

Comments
 (0)