Skip to content

Commit

Permalink
Don't test against Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Jan 28, 2018
1 parent 557c894 commit 4584bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: python
python: # XXX: keep in sync with tox.ini
- 2.7
- 3.4
- 3.6
- pypy
- pypy3
matrix:
allow_failures:
- python: 3.4
- python: pypy
- python: pypy3
before_install:
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 = py27, py34, py36, pypy, pypy3
envlist = py27, py36, pypy, pypy3
skip_missing_interpreters = True
skipsdist = True

Expand Down

0 comments on commit 4584bf2

Please sign in to comment.