Skip to content

Commit

Permalink
drop python3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Jan 31, 2017
1 parent 6006b65 commit c032a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
python:
- "3.5"
env:
matrix:
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
install:
- pip install tox
- pip install coveralls
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
envlist = py35, py36

[testenv]
deps = pytest
Expand Down

0 comments on commit c032a8f

Please sign in to comment.