Skip to content

Commit

Permalink
Oops, pip install .[test] works only with -e
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 22, 2014
1 parent 395a3e9 commit 03815a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- 3.4
- pypy
install:
- pip install .[test]
- pip install -e .[test]
script:
- python setup.py test -q
notifications:
Expand Down

0 comments on commit 03815a8

Please sign in to comment.