Skip to content

Commit 04e806b

Browse files
authored
Merge pull request #68 from seratch/issue-53
Fix #53 by removing python 2.7.6 from TravisCI builds
2 parents 01a3d1b + c7dbaa1 commit 04e806b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ tests/.cache
1212
.coverage
1313
.cache
1414
.DS_Store
15+
.vscode/
16+
.eggs/
17+
build/

.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

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
coveralls==1.1
22
ipdb==0.9.3
33
ipython==4.1.2
4-
pdbpp==0.8.3
4+
pdbpp==0.10.2
55
pytest>=3.2.0,<4.0.0
66
pytest-flask==0.10.0
77
pytest-mock>=1.6.3
88
pytest-cov==2.5.1
99
pytest-pythonpath==0.7.1
1010
testfixtures==5.3.1
11-
tox==2.9.1
11+
tox==2.9.1
12+
werkzeug==0.16.1

0 commit comments

Comments
 (0)