Skip to content

Commit

Permalink
Drop 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 26, 2018
1 parent 1bcaf4e commit daec46a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -4,7 +4,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -21,7 +20,7 @@ cache:
- $HOME/Library/Caches/Homebrew

install:
- pip install tox 'wheel < 0.30 ; python_version == "3.3"' 'virtualenv < 15.2 ; python_version == "3.3"'
- pip install tox

script:
- tox
Expand Down Expand Up @@ -60,10 +59,6 @@ jobs:
env:
TRAVIS_PYTHON_VERSION: "2.7"
python: "2.7"
- <<: *osx_python
env:
TRAVIS_PYTHON_VERSION: "3.3"
python: "3.3"
- <<: *osx_python
env:
TRAVIS_PYTHON_VERSION: "3.4"
Expand Down

0 comments on commit daec46a

Please sign in to comment.