Add py37-nightly to travis

This commit is contained in:
Victor Uriarte 2017-01-22 17:20:15 -07:00
parent 839aa963a1
commit 902fd2ff6a
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ matrix:
include: include:
- env: TESTENV=py36 - env: TESTENV=py36
python: '3.6-dev' python: '3.6-dev'
- env: TESTENV=py37
python: 'nightly'
script: tox --recreate -e $TESTENV script: tox --recreate -e $TESTENV

View File

@ -10,6 +10,7 @@ envlist=
py34 py34
py35 py35
py36 py36
py37
pypy pypy
{py27,py35}-{pexpect,xdist,trial} {py27,py35}-{pexpect,xdist,trial}
py27-nobyte py27-nobyte