Test with Python 3.7 on Travis and AppVeyor

This commit is contained in:
Bruno Oliveira 2018-07-29 19:53:49 -03:00
parent 0b522d40a7
commit c480223e88
2 changed files with 4 additions and 1 deletions

View File

@ -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'

View File

@ -14,6 +14,7 @@ environment:
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "py37"
- TOXENV: "pypy"
- TOXENV: "py27-pexpect"
- TOXENV: "py27-xdist"