From aad09dbe02927c2811a69a5fdcf26ba03be20f9d Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Thu, 30 Mar 2017 11:32:04 +0300 Subject: [PATCH 1/3] Run tests for python 3.6-dev and nightly as well --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e0da44..0d7abf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "3.5" + - "3.6-dev" + - "nightly" install: - pip install -r requirements.txt - pip install tox @@ -8,4 +10,4 @@ install: # command to run tests script: - tox -after_success: coveralls \ No newline at end of file +after_success: coveralls From eb622747b6218de07efee5a4628b16ec418549fe Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Thu, 30 Mar 2017 12:04:25 +0300 Subject: [PATCH 2/3] Use tox-travis in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d7abf2..853e64b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "nightly" install: - pip install -r requirements.txt - - pip install tox + - pip install tox tox-travis - pip install coveralls # command to run tests script: From 7edffb476df75e18c37a6a619eca120a00f81dbe Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Thu, 30 Mar 2017 12:47:06 +0300 Subject: [PATCH 3/3] Fix tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 853e64b..06993ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: python python: - "3.5" @@ -5,7 +6,7 @@ python: - "nightly" install: - pip install -r requirements.txt - - pip install tox tox-travis + - pip install tox-travis - pip install coveralls # command to run tests script: