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 97df17c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 -U .
- if [[ -v EXTRA ]]; then pip install pipdeptree; fi
- if ! [[ -v EXTRA ]]; then pip install -r requirements-dev.txt; fi
- pip install codecov
Expand All @@ -27,7 +28,7 @@ install:
script:
# requests from idna and docker packages conflicts with rest of the system...
- if [[ -v EXTRA ]]; then pip install -U .[$EXTRA] && pipdeptree; fi
- if ! [[ -v EXTRA ]]; then make flake mototest; fi
- if ! [[ -v EXTRA ]]; then pip install -U . && make flake mototest; fi
after_success:
codecov
deploy:
Expand Down

0 comments on commit 97df17c

Please sign in to comment.