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:
Sunil Mohan Adapa 2016-02-17 21:18:36 +05:30
parent eaa2a20e23
commit 16de3e1dff
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

@ -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