File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ tests/.cache
1212.coverage
1313.cache
1414.DS_Store
15+ .vscode /
16+ .eggs /
17+ build /
Original file line number Diff line number Diff line change 1- sudo : false
21dist : trusty
32language : python
43python :
5- - " 2.7.6"
64 - " 2.7"
75 - " 3.4"
86 - " 3.5"
@@ -15,4 +13,4 @@ script:
1513 - flake8 slackeventsapi
1614 - py.test --cov-report= --cov=slackeventsapi tests
1715after_success :
18- - codecov -e $TRAVIS_PYTHON_VERSION
16+ - codecov -e $TRAVIS_PYTHON_VERSION
Original file line number Diff line number Diff line change 11coveralls == 1.1
22ipdb == 0.9.3
33ipython == 4.1.2
4- pdbpp == 0.8.3
4+ pdbpp == 0.10.2
55pytest >= 3.2.0 ,< 4.0.0
66pytest-flask == 0.10.0
77pytest-mock >= 1.6.3
88pytest-cov == 2.5.1
99pytest-pythonpath == 0.7.1
1010testfixtures == 5.3.1
11- tox == 2.9.1
11+ tox == 2.9.1
12+ werkzeug == 0.16.1
You can’t perform that action at this time.
0 commit comments