Skip to content

Commit e795ba6

Browse files
committed
Fix #53 by removing python 2.7.6 from TravisCI builds
1 parent 01a3d1b commit e795ba6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ tests/.cache
1212
.coverage
1313
.cache
1414
.DS_Store
15+
.vscode/

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
sudo: false
21
dist: trusty
32
language: python
43
python:
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
1715
after_success:
18-
- codecov -e $TRAVIS_PYTHON_VERSION
16+
- codecov -e $TRAVIS_PYTHON_VERSION

0 commit comments

Comments
 (0)