Skip to content

Commit

Permalink
Install the project packages in travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Weber committed Feb 20, 2020
1 parent cf4dcdf commit 11bb0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:

install:
- pip install -U setuptools
- pip install -e .
- if [[ -v EXTRA ]]; then pip install pipdeptree; fi
- if ! [[ -v EXTRA ]]; then pip install -r requirements-dev.txt; fi
- pip install codecov
Expand Down

0 comments on commit 11bb0c4

Please sign in to comment.