mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +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
|
||||
sudo: true
|
||||
install:
|
||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
||||
- pip install pipenv --upgrade
|
||||
- pipenv install --dev --skip-lock
|
||||
script:
|
||||
- pipenv run python setup.py install
|
||||
|
||||
Reference in New Issue
Block a user