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 01a3d1b commit e795ba6Copy full SHA for e795ba6
.gitignore
@@ -12,3 +12,4 @@ tests/.cache
12
.coverage
13
.cache
14
.DS_Store
15
+.vscode/
.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
16
- py.test --cov-report= --cov=slackeventsapi tests
17
after_success:
18
- - codecov -e $TRAVIS_PYTHON_VERSION
+ - codecov -e $TRAVIS_PYTHON_VERSION
0 commit comments