Skip to content

Commit 323009f

Browse files
committed
Tweak Travis config
1 parent 43f3ee8 commit 323009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- $HOME/virtualenvs/venv-poetry/bin/pip install poetry --pre
4343
- $HOME/virtualenvs/venv-poetry/bin/poetry install -v
4444
- $HOME/virtualenvs/venv-poetry/bin/poetry build -v
45-
- find dist/ -iname pendulum*.tar.gz -exec pip install {} --no-deps --no-binary \;
45+
- find dist/ -iname pendulum*.tar.gz -exec pip install -e {} --no-deps \;
4646

4747
script: pytest --cov=pendulum --cov-config=.coveragerc tests/
4848

0 commit comments

Comments
 (0)