Skip to content

Commit

Permalink
Try to fix Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek committed Oct 3, 2014
1 parent 141a6c6 commit b918cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ python:
- "3.4"
# command to install dependencies
install:
- "pip install .[test]"
# We need to use --editable here because of this issue:
# https://github.com/pypa/pip/issues/1236
- "pip install -e .[test]"
# Travis-specific dependencies
- pip install coveralls
# command to run tests
Expand Down

0 comments on commit b918cb4

Please sign in to comment.