Do not explicitly remove packages from requirements.txt

This commit is contained in:
Steven Silvester
2014-12-14 12:26:42 -06:00
parent fd6f7fe9fd
commit 68547f0a8a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -29,8 +29,6 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
sudo apt-get install python-scipy python-matplotlib
sed -i 's/cython>=/cython==/g' requirements.txt
sed -i 's/networkx>=/networkx==/g' requirements.txt
sed -i '/matplotlib/d' requirements.txt
sed -i '/scipy/d' requirements.txt
else
virtualenv -p python --system-site-packages ~/venv
fi