forked from p15670423/monkey
Project: Add upgrade to pipenv in Travis
This commit is contained in:
parent
3baca9aaea
commit
b27d9fa0a4
|
@ -24,7 +24,7 @@ os: linux
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Python
|
# Python
|
||||||
- pip install pipenv
|
- pip install pipenv --upgrade
|
||||||
# Install island and monkey requirements as they are needed by UT's
|
# Install island and monkey requirements as they are needed by UT's
|
||||||
- pushd monkey/monkey_island
|
- pushd monkey/monkey_island
|
||||||
- pipenv sync --dev # This installs dependencies from lock
|
- pipenv sync --dev # This installs dependencies from lock
|
||||||
|
|
Loading…
Reference in New Issue