Skip to content

Commit

Permalink
Dropped Python 3.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed May 9, 2019
1 parent b67c8bc commit 477957b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 3.4
- 3.5
- 3.6
install: pip install . tox-travis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, py36
envlist =py35, py36

[testenv]
commands = py.test
Expand Down

0 comments on commit 477957b

Please sign in to comment.