Skip to content

Commit

Permalink
Merge pull request #243 from alxpy/py37
Browse files Browse the repository at this point in the history
Add Python3.7 to CI tests
  • Loading branch information
dbader committed Sep 5, 2018
2 parents 5a4036b + 56bc01f commit 03648ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ python:
- "2.7.11"
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install: pip install tox-travis coveralls
script:
- tox
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features
- A simple to use API for scheduling jobs.
- Very lightweight and no external dependencies.
- Excellent test coverage.
- Tested on Python 2.7, 3.5, and 3.6
- Tested on Python 2.7, 3.5, 3.6, and 3.7

Usage
-----
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist = py27, py36, docs
2.7.11 = py27, docs
3.5 = py35, docs
3.6 = py36, docs
3.7 = py37, docs

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 03648ac

Please sign in to comment.