Skip to content

Commit

Permalink
Adjust travis install steps for change to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jul 25, 2016
1 parent 6060688 commit a2fafed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- ci/setup-fedora.sh
- pip install --upgrade setuptools
- pip install -e .
- pip install -e ".[dev]"
- pip install -e ".[test]"
- pip install coveralls
- cp ci/testsettings.py test/localsettings.py

Expand Down

0 comments on commit a2fafed

Please sign in to comment.