We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5f0eb commit 9c207e0Copy full SHA for 9c207e0
.travis.yml
@@ -4,5 +4,5 @@ python:
4
before_install:
5
- pip install pipenv
6
install:
7
- - pipenv install --system
8
-script: pytest
+ - pipenv install --dev
+script: pipenv run pytest
0 commit comments