Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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