Skip to content

Commit

Permalink
not ready for python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkonst committed Aug 31, 2017
1 parent 5fc916b commit 324d1be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: false

language: python
python:
- "3.4"
- "3.5"
- "3.6"

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,9 +1,8 @@
[tox]
envlist = py34,py35,py36
envlist = py35,py36

[testenv]
basepython =
py34: python3.4
py35: python3.5
py36: python3.6

Expand Down

0 comments on commit 324d1be

Please sign in to comment.