We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a3d1b + c7dbaa1 commit 04e806bCopy full SHA for 04e806b
3 files changed
.gitignore
@@ -12,3 +12,6 @@ tests/.cache
12
.coverage
13
.cache
14
.DS_Store
15
+.vscode/
16
+.eggs/
17
+build/
.travis.yml
@@ -1,8 +1,6 @@
1
-sudo: false
2
dist: trusty
3
language: python
4
python:
5
- - "2.7.6"
6
- "2.7"
7
- "3.4"
8
- "3.5"
@@ -15,4 +13,4 @@ script:
- flake8 slackeventsapi
- py.test --cov-report= --cov=slackeventsapi tests
after_success:
18
- - codecov -e $TRAVIS_PYTHON_VERSION
+ - codecov -e $TRAVIS_PYTHON_VERSION
requirements-dev.txt
@@ -1,11 +1,12 @@
coveralls==1.1
ipdb==0.9.3
ipython==4.1.2
-pdbpp==0.8.3
+pdbpp==0.10.2
pytest>=3.2.0,<4.0.0
pytest-flask==0.10.0
pytest-mock>=1.6.3
pytest-cov==2.5.1
9
pytest-pythonpath==0.7.1
10
testfixtures==5.3.1
11
-tox==2.9.1
+tox==2.9.1
+werkzeug==0.16.1
0 commit comments