Skip to content

Commit

Permalink
Merge pull request #3733 from nicoddemus/py37
Browse files Browse the repository at this point in the history
Test with Python 3.7 on Travis and AppVeyor
  • Loading branch information
RonnyPfannschmidt committed Jul 30, 2018
2 parents 6f9a12a + c480223 commit f1ec02c
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 f1ec02c

Please sign in to comment.