mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
last attempt
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ python:
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install pipenv"
|
||||
- "pipenv install --dev --system"
|
||||
- "pipenv install --dev"
|
||||
# command to run tests
|
||||
script:
|
||||
- pytest test_pipenv.py
|
||||
- pipenv run pytest test_pipenv.py
|
||||
Reference in New Issue
Block a user