From 5a536b4b80b71f968616a7366d77e61bb3e35bd6 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 23 Sep 2017 13:36:48 +0100 Subject: [PATCH] travis: stop testing nightly python The only breaks would be in dependencies, and not this package. So it will only create build noise --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebda472..1881d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.4" - "3.5" - "3.6" - - "nightly" install: - make init - pip install coveralls