diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 13:14:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 13:14:40 -0400 |
commit | 0f9232cdd78d0e8dc1ed155541d6c732a1b026e9 (patch) | |
tree | f346629cd833f0febb9979c1821416786cce6077 | |
parent | 4027f8fd1f0382586f26fb864f660b5e13f092f8 (diff) | |
download | python-setuptools-git-0f9232cdd78d0e8dc1ed155541d6c732a1b026e9.tar.gz |
Acknowledge that tests now fail on Python 3.6. Ref #836.
-rw-r--r-- | .travis.yml | 5 |
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 |