Skip to content

Commit

Permalink
#324 ...actually install test dependencies now they've been defined...
Browse files Browse the repository at this point in the history
  • Loading branch information
IanGrimstead authored and IanGrimstead committed Sep 19, 2019
1 parent a1aef5a commit 931a892
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ install:
- python --version
- python -m pip install -U pip
- python -m easy_install -U setuptools
# command to install dependencies
# - python setup.py install
- pip install -e .
# command to install dependencies; includes extra 'test' specific dependencies
- pip install -e .[test]

script:
# for codecov support
Expand Down

0 comments on commit 931a892

Please sign in to comment.