Skip to content

Commit

Permalink
Disable tests for Python 3.8
Browse files Browse the repository at this point in the history
It seems that there is a bug in aiohttp lib for this version of Python. See:
aio-libs/aiohttp#4549
  • Loading branch information
gligneul committed Feb 13, 2020
1 parent 61a49a8 commit 3ddba2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"

# command to install dependencies
install:
Expand All @@ -28,4 +27,4 @@ deploy:
addons:
apt:
packages:
- rabbitmq-server
- rabbitmq-server

0 comments on commit 3ddba2b

Please sign in to comment.