Skip to content

Commit

Permalink
chore: add Python 3.8 to Travis (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Feb 21, 2020
1 parent 966c12d commit bd151a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
dist: xenial # required for Python >= 3.7
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
install:
- make install
- make test-install
Expand All @@ -24,4 +27,4 @@ deploy:
branch: master
condition: "$TRAVIS_TEST_RESULT = 0"
tags: true
python: "3.6"
python: '3.6'
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Installation
Prerequisites
-------------

- Python version 2.7, 3.4, 3.5, or 3.6
- Python version 2.7 or 3.4+
- The SendGrid service, starting at the `free level`_

Install Package
Expand Down

0 comments on commit bd151a8

Please sign in to comment.