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