summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2015-07-18 14:46:36 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2015-07-18 15:18:57 -0300
commita5bc98136d9f73d95b0b39e7a2ca562d984e40b9 (patch)
tree11b85441b5611c94054c7078f5039834a2d66f57 /.travis.yml
parent7dab2e1efedcffc1ac9a917c3966d3afda2c6081 (diff)
downloadpytest-a5bc98136d9f73d95b0b39e7a2ca562d984e40b9.tar.gz
Allow py35 to fail on Travis until it is properly supported (fix)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c4103ad45..60801709f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ env:
- TESTENV=doctesting
- TESTENV=py27-cxfreeze
- TESTENV=coveralls
- - allow_failures:
+ allow_failures:
- TESTENV=py35
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV