From a73454bf5f8eba4456c078ac0361b8983fc81cc3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Oct 2016 22:05:04 -0700 Subject: [PATCH 1/2] Travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd8858c0..3210a6ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ addons: # So install them in this step instead. install: - echo "****** travis install step" - #- pip install sphinx # Add this if building of the docs is added in the next section + - pip install -r requirements.txt script: From 52554208c46a0aea288f8ab6201e3dd3388ca397 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Oct 2016 22:50:57 -0700 Subject: [PATCH 2/2] Use pip update flag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3210a6ca..85ea092e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ addons: # So install them in this step instead. install: - echo "****** travis install step" - - pip install -r requirements.txt + - pip install -U -r requirements.txt script: