Fix .travis.yml

This commit is contained in:
Alexander Kukushkin
2016-03-10 17:23:44 +01:00
parent c2d1eea7d0
commit 33a1de7828
-1
View File
@@ -15,7 +15,6 @@ install:
- sudo apt-get update
- sudo apt-get -y install postgresql-9.5
- sudo /etc/init.d/postgresql stop
- pip uninstall boto
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-py2.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; fi
- pip install coveralls codacy-coverage