Skip to content

Commit

Permalink
Stop testing on python 3.3 (#229, #234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored Jun 25, 2018
1 parent 791a5f0 commit 912559e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
- TOXENV: py36
- TOXENV: py35
- TOXENV: py34
- TOXENV: py33
- TOXENV: py27

matrix:
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
python: 3.4
env: TOX_ENV=py34

- <<: *default
python: 3.3
env: TOX_ENV=py33

- <<: *default
python: 2.7
env: TOX_ENV=py27
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def get_setup_version(reponame):
"Programming Language :: Python :: 2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py36,py35,py34,py33,py27,pypy,
py36,py35,py34,py27,pypy,
{py27,py36}-flakes,
{py27,py36}-with_numpy,
{py27,py36}-with_ipython
Expand Down

0 comments on commit 912559e

Please sign in to comment.