From 0b4e6de25aa382bb16eef6751c3fd4da7fe5b520 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 19 Aug 2016 01:44:38 -0700 Subject: attempt to add testing for py36 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fbdd88224..a5ae0977e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: env: TOXENV=docs - python: 3.5 env: TOXENV=pep8 + allow_failures: + - env: TOXENV=py36 install: - travis_retry pip install tox -- cgit v1.2.3 From 202ad628a1431a70fe5557f8fc3ca2d6b0f9314c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 19 Aug 2016 02:12:26 -0700 Subject: attempt to add testing for py36 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a5ae0977e..7528a948a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: env: TOXENV=docs - python: 3.5 env: TOXENV=pep8 + - python: nightly + env: TOXENV=py36 allow_failures: - env: TOXENV=py36 -- cgit v1.2.3 From a5c8100d780155643063742c716ac8d2f54e2e45 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 1 Sep 2016 00:30:13 -0500 Subject: drop support for python 3.3 and error on 2.6 closes #2476 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7528a948a..b46f677a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ matrix: include: - python: 2.7 env: TOXENV=py27 - - python: 3.3 - env: TOXENV=py33 - python: 3.4 env: TOXENV=py34 - python: 3.5 -- cgit v1.2.3