Commit 114bb581 authored by Jeremy Bowman's avatar Jeremy Bowman

Stop testing Python 3.3 in Travis

parent 41b39539
...@@ -3,7 +3,6 @@ sudo: false ...@@ -3,7 +3,6 @@ sudo: false
language: python language: python
python: python:
- &latest_py2 2.7 - &latest_py2 2.7
- 3.3
- 3.4 - 3.4
- 3.5 - 3.5
- &latest_py3 3.6 - &latest_py3 3.6
...@@ -43,7 +42,7 @@ install: ...@@ -43,7 +42,7 @@ install:
# ensure we have recent pip/setuptools # ensure we have recent pip/setuptools
- pip install --upgrade pip setuptools - pip install --upgrade pip setuptools
# need tox to get started # need tox to get started
- pip install tox 'tox-venv; python_version!="3.3"' - pip install tox tox-venv
# Output the env, to verify behavior # Output the env, to verify behavior
- env - env
......
Stop testing Python 3.3 in Travis CI, now that the latest version of
``wheel`` no longer installs on it.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment