summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-12-27 23:10:58 -0200
committerGitHub <noreply@github.com>2016-12-27 23:10:58 -0200
commit091148f8439f2d08e838dd8494f314d04359b865 (patch)
tree33af6e7103a0d491b92b231f04c05c2835b4dab9 /.travis.yml
parent718f0b02556a4be18fef4d6dedae2570bd532ae8 (diff)
parent515fb099957286b6c692d0fb95b789dbfcae6b0a (diff)
downloadpytest-091148f8439f2d08e838dd8494f314d04359b865.tar.gz
Merge pull request #2136 from hroncok/i2132
Tests: Check for ModuleNotFoundError on Python 3.6+
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a7b84194e..f8f127b1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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