8000 fix: Dont test sanic under Python 3.8 · etherscan-io/sentry-python@3f32cee · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f32cee

Browse files
committed
fix: Dont test sanic under Python 3.8
1 parent bc8d2d6 commit 3f32cee

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ matrix:
5151
- source $HOME/osx-py/bin/activate
5252
- export TRAVIS_PYTHON_VERSION=2.7
5353

54-
allow_failures:
55-
- python: "3.8-dev"
56-
57-
5854
install:
5955
- pip install tox
6056
- pip install codecov

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ envlist =
1919

2020
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-flask-{1.0,0.11,0.12,dev}
2121

22-
{py3.7,py3.8}-sanic-0.8
22+
py3.7-sanic-0.8
2323

2424
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-4
2525
{pypy,py2.7}-celery-3

0 commit comments

Comments
 (0)
0