Skip to content

Commit

Permalink
Now supporting python 3.8 fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvieira committed Oct 21, 2020
1 parent abd6445 commit 68a65eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"

# command to install dependencies
install:
- make setup
- pip install coveralls # for coveralls
- pip install coveralls
# command to run tests
script:
- make all-tests
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
async-worker==0.14.0
aioamqp==0.14.0
python-json-logger==0.1.11
jsonschema==3.2.0
python-json-logger==2.0.1
jsonschema==3.2.0

0 comments on commit 68a65eb

Please sign in to comment.