]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis coverage (typo)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 4 Jul 2019 17:13:04 +0000 (19:13 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 4 Jul 2019 17:13:04 +0000 (19:13 +0200)
.travis.yml

index 65036f47697f571005e6958600ae4983d6754b24..8088ad675ad16d508e2f317e7c398f4d880e8de8 100644 (file)
@@ -42,6 +42,7 @@ compiler:
 
 install:
   - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1  ]; then
+        pip install urllib3[secure]
         pip install --user cpp-coveralls;
         export COVERAGE=1;
         fi;