Merge pull request #2136 from hroncok/i2132

Tests: Check for ModuleNotFoundError on Python 3.6+
This commit is contained in:
Bruno Oliveira
2016-12-27 23:10:58 -02:00
committed by GitHub
4 changed files with 12 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@ matrix:
# see #1989
- env: TESTENV=py27-trial
- env: TESTENV=py35-trial
include:
- env: TESTENV=py36
python: '3.6-dev'
script: tox --recreate -e $TESTENV