Skip to content

Commit

Permalink
Test with Python 3.7 on Travis and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 29, 2018
1 parent 3f3f6f1 commit dbabd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- env: TOXENV=py36-freeze
python: '3.6'
- env: TOXENV=py37
python: 'nightly'
python: 3.7
sudo: required
dist: xenial

- stage: deploy
python: '3.6'
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ environment:
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "py37"
- TOXENV: "pypy"
- TOXENV: "py27-pexpect"
- TOXENV: "py27-xdist"
Expand Down

0 comments on commit dbabd0b

Please sign in to comment.