diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 13:15:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 13:15:51 -0400 |
commit | 1bbacb74a51c30cdf3effecbef01c533995e0f7e (patch) | |
tree | d028e04bfaf2e12f53fa6deb92447e4aff9e0e1c | |
parent | 0f9232cdd78d0e8dc1ed155541d6c732a1b026e9 (diff) | |
download | external_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.tar.gz external_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.tar.bz2 external_python_setuptools-1bbacb74a51c30cdf3effecbef01c533995e0f7e.zip |
Correct syntax
-rw-r--r-- | .travis.yml | 4 |
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 |