From 93a074175da2cfcb6f37ec2cffe1c38bb41f86fa Mon Sep 17 00:00:00 2001 From: Hrabal Date: Sat, 15 Dec 2018 16:23:06 +0100 Subject: [PATCH] dev is not our businness --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfb2d58..38f3bd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: python: - "3.5" - "3.6" - - "nightly" # currently points to 3.7-dev install: - "pip3 install coveralls" - "pip3 install -r requirements.txt"