Skip to content

Commit

Permalink
Remove py3.4 from .travis.yml
Browse files Browse the repository at this point in the history
Remove py3.4 build support from .travis.yml since python 3.4 has reached the
end of life.
  • Loading branch information
sunnysharmagts committed Mar 1, 2020
1 parent 64e60a0 commit 5a041b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
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 5a041b9

Please sign in to comment.