Skip to content

Commit

Permalink
Drop support for python 3.3 (refs #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Oct 19, 2017
1 parent 82b73e6 commit 92ac894
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,6 @@ matrix:
env: TOXENV=py
- python: 3.4
env: TOXENV=py
- python: 3.3
env: TOXENV=py
- python: 2.7
env: TOXENV=py
- python: pypy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ We are on irc! You can come chat with us in the ```#flask-jwt-extended``` channe
### Testing and Code Coverage
We require 100% code coverage in our unit tests. You can run the tests locally
with `tox` which will print out a code coverage report. Creating a pull request
will run the tests against python 2.7, 3.3, 3,4, 3,5, 3,6, and PyPy.
will run the tests against python 2.7, 3,4, 3,5, 3,6, and PyPy.
```
$ tox
```
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py33, py34, py35, py36
envlist = py27, py34, py35, py36

[testenv]
commands =
Expand Down

0 comments on commit 92ac894

Please sign in to comment.