mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Install pgi only for Travis
This commit is contained in:
parent
cc858bbd6a
commit
b6a40a78f4
@ -13,6 +13,7 @@ before_install:
|
|||||||
# Command to install dependencies
|
# Command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install coverage==3.7
|
- pip install coverage==3.7
|
||||||
|
- pip install "pgi>=0.0.10.1"
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
# Command to run tests
|
# Command to run tests
|
||||||
|
|||||||
@ -5,4 +5,3 @@ django-stronghold
|
|||||||
psutil
|
psutil
|
||||||
python-augeas
|
python-augeas
|
||||||
pyyaml
|
pyyaml
|
||||||
pgi >= 0.0.10.1
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user