mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 23:41:22 +08:00
try to fix 'TypeError: module object is not callable' in Python 3.4
This commit is contained in:
@@ -11,7 +11,7 @@ matrix:
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
install:
|
install:
|
||||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
- pip install pipenv --upgrade
|
||||||
- pipenv install --dev --skip-lock
|
- pipenv install --dev --skip-lock
|
||||||
script:
|
script:
|
||||||
- pipenv run python setup.py install
|
- pipenv run python setup.py install
|
||||||
|
|||||||
Reference in New Issue
Block a user