Skip to content

Commit

Permalink
Merge pull request #46 from jdufresne/py37
Browse files Browse the repository at this point in the history
Add testing and document support for the Python 3.7 release
  • Loading branch information
cooperlees committed Jul 12, 2018
2 parents 6bf40ea + fb296a2 commit fc66989
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
cache: pip
python:
- 3.5
- 3.6
- 3.6-dev
- 3.7-dev
install: pip install -e .
script: python setup.py test

matrix:
allow_failures:
python: "3.7-dev"
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

install: pip install -e .
script: python setup.py test
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
Expand Down

0 comments on commit fc66989

Please sign in to comment.