From 0c9ed906e7ea51ea9442ce90308cdcd3b73cf6bf Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 29 Mar 2019 11:44:44 +0100 Subject: [PATCH] Try fixing build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ac356aaf..faca54ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ sudo: false install: - pip install --upgrade pip - pip install . - - pip install --pre --upgrade traitlets[test] pytest-cov codecov pytest-warnings + - pip install --pre --upgrade traitlets[test] pytest-cov codecov - test -z ${TEST_DEPS} || pip install --upgrade ${TEST_DEPS} script: