Skip to content

Commit

Permalink
Stop testing against Python 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 2, 2017
1 parent 408fcb7 commit f87b8db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,py35,py36,pypy
envlist = py27,py34,py35,py36,pypy

[testenv]
install_command = pip install --no-cache-dir --no-binary=:all: {opts} {packages}
Expand Down

0 comments on commit f87b8db

Please sign in to comment.