summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-10-19 19:59:01 +0200
committerSimo Sorce <simo@redhat.com>2015-10-19 14:04:13 -0400
commitcecc8bd76160f08c05375a9b6d6e90699091be30 (patch)
tree27df1a29226d641b66036f0b153f19910d0fac91 /.travis.yml
parent53ecda8cd57495db38ce21d140040de1fb5572b6 (diff)
downloadcustodia-cecc8bd76160f08c05375a9b6d6e90699091be30.tar.gz
custodia-cecc8bd76160f08c05375a9b6d6e90699091be30.tar.xz
custodia-cecc8bd76160f08c05375a9b6d6e90699091be30.zip
Fix Travis CI builds
tox 2.0 has a bug in envsitepackagesdir variable substitution. Install tox<2.0 for Travis CI. Custodia now depends on python-requests. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed1a9f2..3d45671 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ branches:
- master
install:
- - pip install tox
+ - pip install 'tox<2.0'
+ - tox --version
script:
- tox