try to fix 'TypeError: module object is not callable' in Python 3.4

This commit is contained in:
debugtalk
2019-06-04 13:17:28 +08:00
parent 0e4f691e22
commit 3148720a55

View File

@@ -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