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
12
12
.coverage
13
13
.cache
14
14
.DS_Store
15
+ .vscode /
16
+ .eggs /
17
+ build /
Original file line number Diff line number Diff line change 1
- sudo : false
2
1
dist : trusty
3
2
language : python
4
3
python :
5
- - " 2.7.6"
6
4
- " 2.7"
7
5
- " 3.4"
8
6
- " 3.5"
@@ -15,4 +13,4 @@ script:
15
13
- flake8 slackeventsapi
16
14
- py.test --cov-report= --cov=slackeventsapi tests
17
15
after_success :
18
- - codecov -e $TRAVIS_PYTHON_VERSION
16
+ - codecov -e $TRAVIS_PYTHON_VERSION
Original file line number Diff line number Diff line change 1
1
coveralls == 1.1
2
2
ipdb == 0.9.3
3
3
ipython == 4.1.2
4
- pdbpp == 0.8.3
4
+ pdbpp == 0.10.2
5
5
pytest >= 3.2.0 ,< 4.0.0
6
6
pytest-flask == 0.10.0
7
7
pytest-mock >= 1.6.3
8
8
pytest-cov == 2.5.1
9
9
pytest-pythonpath == 0.7.1
10
10
testfixtures == 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