diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-04 14:28:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-04 14:28:02 -0400 |
commit | 51b10c39c0f55aaa34697b16d4b6b04805a4c8ec (patch) | |
tree | 258799c5ca3cb451fc91406befbd378400c270c8 | |
parent | af73897e292603a5cb54865919aa889d5a2f2419 (diff) | |
download | external_python_setuptools-51b10c39c0f55aaa34697b16d4b6b04805a4c8ec.tar.gz external_python_setuptools-51b10c39c0f55aaa34697b16d4b6b04805a4c8ec.tar.bz2 external_python_setuptools-51b10c39c0f55aaa34697b16d4b6b04805a4c8ec.zip |
Tests pass again. Fixes #836.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 6b9b2924..006316d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,6 @@ python: - nightly - pypy - pypy3 -matrix: - allow_failures: - # pypa/setuptools#836 - - python: "3.6-dev" - - python: nightly env: - "" - LC_ALL=C LC_CTYPE=C |