Skip to content

Commit cac352b

Browse files
committed
Py 3.3 reached end-of-life and is no longer supported in wheel
1 parent 3c0728a commit cac352b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ matrix:
2727
include:
2828
- python: "3.6"
2929
env: DJANGO=1.11
30-
- python: "3.3"
31-
env: DJANGO=1.8
3230
- python: "2.7"
3331
env: TOXENV="flake8"
3432
- python: "2.7"

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
envlist =
3-
{py27,py33,py34,py35}-django18,
4-
{py27,py34,py35}-django{19,110},
3+
{py27,py34,py35}-django{18,19,110},
54
{py27,py34,py35,py36}-django111,
65
flake8,isort
76

0 commit comments

Comments
 (0)