summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-31 13:14:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-31 13:14:40 -0400
commit0f9232cdd78d0e8dc1ed155541d6c732a1b026e9 (patch)
treef346629cd833f0febb9979c1821416786cce6077
parent4027f8fd1f0382586f26fb864f660b5e13f092f8 (diff)
downloadpython-setuptools-git-0f9232cdd78d0e8dc1ed155541d6c732a1b026e9.tar.gz
Acknowledge that tests now fail on Python 3.6. Ref #836.
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 006316d1..7268aca8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,11 @@ python:
- nightly
- pypy
- pypy3
+matrix:
+ allow_failures:
+ # pypa/setuptools#836
+ - "3.6-dev"
+ - nightly
env:
- ""
- LC_ALL=C LC_CTYPE=C