Skip to content

Commit e6fd8d1

Browse files
hiranya911avishalom
authored andcommitted
Dropping py33 from the list of validation environments (This version of Python is no longer supported upstream, and it's becoming hard to find good installation candidates). (#111)
1 parent f6a6610 commit e6fd8d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/prepare_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ else
9494
fi
9595

9696
echo "[INFO] Running unit tests"
97-
tox --workdir ..
97+
tox
9898

9999
echo "[INFO] Running integration tests"
100100
pytest ../integration --cert cert.json --apikey apikey.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27,py33,py35,py36,pypy,cover
7+
envlist = py27,py35,py36,pypy,cover
88

99
[testenv]
1010
commands = pytest

0 commit comments

Comments
 (0)