From b6a40a78f4fe4b1cefb873dc91a7b48a1f465011 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 16 Nov 2015 09:08:46 +0530 Subject: [PATCH] Install pgi only for Travis --- .travis.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58939c6ab..3c2f20dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 93d51c0b2..eb0ff243f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,3 @@ django-stronghold psutil python-augeas pyyaml -pgi >= 0.0.10.1