mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
travis: Require a specific version of pgi for fix
pgi 0.0.11.1 does not build successfully however 0.0.10.1 works. Reported upstream issue https://github.com/lazka/pgi/issues/31. Meanwile, to fix the builds, depend on older version.
This commit is contained in:
parent
eaa2a20e23
commit
16de3e1dff
@ -18,7 +18,7 @@ before_install:
|
||||
install:
|
||||
- pip install Django$DJANGO_VERSION
|
||||
- pip install coverage==3.7
|
||||
- pip install "pgi>=0.0.10.1"
|
||||
- pip install "pgi==0.0.10.1"
|
||||
- pip install -r requirements.txt
|
||||
|
||||
# Command to run tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user