Don't install python packages in before_install

Travis already installs the packages by default.
See http://docs.travis-ci.com/user/languages/python/#Travis-CI-uses-pip
This commit is contained in:
Frederic Junod
2015-08-24 10:03:05 +02:00
parent da5bf46dbf
commit 37cdbcc72f

View File

@@ -7,7 +7,6 @@ env:
- DISPLAY=:99.0
before_install:
- "pip install -r requirements.txt"
- "npm install -g npm && npm install"
before_script: