From 1bbacb74a51c30cdf3effecbef01c533995e0f7e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 31 Oct 2016 13:15:51 -0400 Subject: Correct syntax --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.3