Update .travis.yml for 3.4 workaround
We'll drop 3.4 support in our next major release but until then this should keep travis builds working.master
parent
a6fefff33d
commit
6cf47443b1
|
@ -11,6 +11,8 @@ python:
|
|||
- "3.8"
|
||||
install:
|
||||
- pip install -U pip setuptools
|
||||
# remove pyyaml line when we drop py3.4 support
|
||||
- pip install "pyyaml<5.3"
|
||||
- pip install tox-travis pre-commit
|
||||
- pip install codecov
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue