Skip to content

Commit

Permalink
removed python 3.3 and flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcgartland committed Sep 30, 2018
1 parent 523dea8 commit 12badd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy
- env: TOXENV=flake8
install:
- pip install tox
script:
Expand Down

0 comments on commit 12badd8

Please sign in to comment.