Skip to content

Commit

Permalink
remove python 3.4 from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 30, 2018
1 parent 561efad commit 8c9bbf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ matrix:
env: TOXENV=flake8
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py34,py35,py36,py37,pypy,pypy3,docs,coverage
envlist=flake8,py27,py35,py36,py37,pypy,pypy3,docs,coverage
skip_missing_interpreters=True

[testenv]
Expand All @@ -19,7 +19,6 @@ deps=
basepython =
flake8: python3.6
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
Expand Down

0 comments on commit 8c9bbf4

Please sign in to comment.