We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f3ee8 commit 323009fCopy full SHA for 323009f
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- $HOME/virtualenvs/venv-poetry/bin/pip install poetry --pre
43
- $HOME/virtualenvs/venv-poetry/bin/poetry install -v
44
- $HOME/virtualenvs/venv-poetry/bin/poetry build -v
45
- - find dist/ -iname pendulum*.tar.gz -exec pip install {} --no-deps --no-binary \;
+ - find dist/ -iname pendulum*.tar.gz -exec pip install -e {} --no-deps \;
46
47
script: pytest --cov=pendulum --cov-config=.coveragerc tests/
48
0 commit comments