From 9a4c5edab8168e9af7f36c07fea055f29c92e91a Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 19 Feb 2017 20:15:05 +0200 Subject: [PATCH] run tests suit against nightly as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1881d30..ebda472 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.4" - "3.5" - "3.6" + - "nightly" install: - make init - pip install coveralls