Install pgi only for Travis

This commit is contained in:
Sunil Mohan Adapa 2015-11-16 09:08:46 +05:30
parent cc858bbd6a
commit b6a40a78f4
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ before_install:
# Command to install dependencies
install:
- pip install coverage==3.7
- pip install "pgi>=0.0.10.1"
- pip install -r requirements.txt
# Command to run tests

View File

@ -5,4 +5,3 @@ django-stronghold
psutil
python-augeas
pyyaml
pgi >= 0.0.10.1