Test Python 3.6 apart from nightly (#1133)

* Test Python 3.6 apart from nightly (ref. #1113) change to `3.6-dev`
This commit is contained in:
Ryan Gonzalez 2016-10-12 17:11:46 -05:00 committed by gilch
parent 11481aba78
commit 34304c41c7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: nightly
- python: 3.6-dev
env: TOXENV=py36
env:
- TOXENV=py27