Merge pull request #47 from kkroening/remove-py33

Remove python 3.3 support
This commit is contained in:
Karl Kroening 2017-12-23 14:14:00 -06:00 committed by GitHub
commit e1c93044d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -11,9 +11,6 @@ matrix:
- python: 2.7 - python: 2.7
env: env:
- TOX_ENV=py27 - TOX_ENV=py27
- python: 3.3
env:
- TOX_ENV=py33
- python: 3.4 - python: 3.4
env: env:
- TOX_ENV=py34 - TOX_ENV=py34

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py33, py34, py35, py36, pypy envlist = py27, py34, py35, py36, pypy
[testenv] [testenv]
commands = py.test -vv commands = py.test -vv