Skip to content

Commit 11bb0c4

Browse files
author
Darren Weber
committed
Install the project packages in travis builds
1 parent cf4dcdf commit 11bb0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919

2020
install:
2121
- pip install -U setuptools
22+
- pip install -e .
2223
- if [[ -v EXTRA ]]; then pip install pipdeptree; fi
2324
- if ! [[ -v EXTRA ]]; then pip install -r requirements-dev.txt; fi
2425
- pip install codecov

0 commit comments

Comments
 (0)