Skip to content

Commit

Permalink
Removes python unsupported by package. Tests flake with newer
Browse files Browse the repository at this point in the history
  • Loading branch information
00willo committed Oct 27, 2018
1 parent 9e2f91b commit ccac1ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
language: python
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand All @@ -14,7 +12,7 @@ matrix:
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.4
- python: 3.6
env: TOXENV=flake8
install:
- pip install -U tox
Expand Down

0 comments on commit ccac1ce

Please sign in to comment.