mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
Fix Python 3.7 on Travis CI
This commit is contained in:
parent
fd82d86993
commit
2a5edfaebb
@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# fix for Python 3.7 on Travis
|
||||
# https://travis-ci.community/t/build-error-for-python-3-7-on-two-different-projects/12895/3
|
||||
pip install -U importlib_metadata
|
||||
|
||||
rm -f .coverage
|
||||
pip install -r requirements-dev.txt
|
||||
make test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user