Skip to content

Commit

Permalink
removed unnecessary dependency line in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
EliAndrewC committed May 9, 2017
1 parent f5722c1 commit a01ff76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_install:
- sudo apt-get install -y build-essential libcap-dev
install:
- pip install tox
- pip install -r test_requirements.txt
- if [[ $TOX_ENV == py27 ]] || [[ $TOX_ENV == py35 ]]; then
pip install coveralls;
fi
Expand Down

0 comments on commit a01ff76

Please sign in to comment.