From 862da01619666f94a56724180a31753bf98fd29d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 15 Apr 2017 10:06:46 -0500 Subject: Mark failures as allowed. Ref #1015. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index adb2f948..fd18a33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: env: LC_ALL=C LC_CTYPE=C - python: 2.7 env: LC_ALL=C LC_CTYPE=C + allow_failures: + # https://github.com/pypa/setuptools/issues/1015 + - python: nightly script: # need tox and rwt to get started - pip install tox rwt -- cgit v1.2.3 From d8e1ed570126dfc99ed7f9126df3bfc890e7005d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 18 Apr 2017 21:00:50 -0500 Subject: Rewrite tests to test the actual matching rather than making assertions about the regular expressions. Fixes #1015. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fd18a33a..adb2f948 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ matrix: env: LC_ALL=C LC_CTYPE=C - python: 2.7 env: LC_ALL=C LC_CTYPE=C - allow_failures: - # https://github.com/pypa/setuptools/issues/1015 - - python: nightly script: # need tox and rwt to get started - pip install tox rwt -- cgit v1.2.3 From ddeea9fac9629e183c74a2a92199240a95714211 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 11 May 2017 14:26:16 -0400 Subject: Remove stale references to rwt. Ref #1018. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index adb2f948..a49822f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ matrix: - python: 2.7 env: LC_ALL=C LC_CTYPE=C script: - # need tox and rwt to get started - - pip install tox rwt + # need tox to get started + - pip install tox # Output the env, to verify behavior - env -- cgit v1.2.3