Skip to content

Commit 321f0d8

Browse files
author
Shane DeWael
committed
Update pytest_flask package and remove Python 3.3
1 parent 8f6c629 commit 321f0d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ipdb==0.9.3
33
ipython==4.1.2
44
pdbpp==0.8.3
55
pytest>=3.2.0
6-
pytest-flask==0.10.0
6+
pytest-flask>=0.14.0
77
pytest-mock>=1.6.3
88
pytest-cov==2.5.1
99
pytest-pythonpath==0.7.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; for quality analysis, use `tox -e flake8` or just `flake8 slackeventsapi`
55
; to build the docs, use `tox -e docs`
66
envlist=
7-
py{276,27,33,34,35,36},
7+
py{276,27,34,35,36},
88
flake8,
99
docs
1010

0 commit comments

Comments
 (0)