We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6c629 commit 321f0d8Copy full SHA for 321f0d8
requirements-dev.txt
@@ -3,7 +3,7 @@ ipdb==0.9.3
3
ipython==4.1.2
4
pdbpp==0.8.3
5
pytest>=3.2.0
6
-pytest-flask==0.10.0
+pytest-flask>=0.14.0
7
pytest-mock>=1.6.3
8
pytest-cov==2.5.1
9
pytest-pythonpath==0.7.1
tox.ini
@@ -4,7 +4,7 @@
; for quality analysis, use `tox -e flake8` or just `flake8 slackeventsapi`
; to build the docs, use `tox -e docs`
envlist=
- py{276,27,33,34,35,36},
+ py{276,27,34,35,36},
flake8,
docs
10
0 commit comments