aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-31 13:15:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-31 13:15:51 -0400
commit1bbacb74a51c30cdf3effecbef01c533995e0f7e (patch)
treed028e04bfaf2e12f53fa6deb92447e4aff9e0e1c
parent0f9232cdd78d0e8dc1ed155541d6c732a1b026e9 (diff)
downloadexternal_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.tar.gz
external_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.tar.bz2
external_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.zip
Correct syntax
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7268aca8..6b9b2924 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,8 @@ python:
matrix:
allow_failures:
# pypa/setuptools#836
- - "3.6-dev"
- - nightly
+ - python: "3.6-dev"
+ - python: nightly
env:
- ""
- LC_ALL=C LC_CTYPE=C