Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Remove Python 3.4 from the Travis builds
Browse files Browse the repository at this point in the history
The Travis builds have been limited to Python 3.5 and 3.6
Python 3.4 has reached end of life and is no longer supported.
  • Loading branch information
mitprasoon committed Feb 29, 2020
1 parent 8e9aed1 commit 0768878
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
# Install the latest version of setuptools to work around a dependency
# resolution issue: https://github.com/cloudmarker/cloudmarker/pull/45
#
# TODO: Check once in a while if this workaround is still required.
- if [ "$TRAVIS_PYTHON_VERSION" = 3.4 ]; then pip install -U setuptools; fi
- make deps
- pip install coveralls
script:
Expand Down

0 comments on commit 0768878

Please sign in to comment.