Skip to content

Commit

Permalink
Run tests against Python 3.7 and update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jul 4, 2018
1 parent c821f12 commit 5ba7bd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,33 @@ language: python
jobs:
include:
- stage:
python: 3.6
python: 3.7
dist: xenial
sudo: required
env: TOXENV=flake8
- stage:
python: 3.6
python: 3.7
dist: xenial
sudo: required
env: TOXENV=docs
- stage:
python: 2.7
env: TOXENV=py27
- stage:
python: 3.6
env: TOXENV=py36
- stage:
python: 3.7
dist: xenial
sudo: required
env: TOXENV=py37
- stage:
python: pypy-5.6.0
env: TOXENV=pypy
- stage: deploy
python: 3.6
python: 3.7
dist: xenial
sudo: required
before_install: skip
install: skip
before_script: skip
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@
'Topic :: Utilities',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6'])
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
])
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{27,36,py,py3}, docs, flake8
envlist = py{27,36,37,py,py3}, docs, flake8

[testenv]
passenv = DISPLAY PYTEST_ADDOPTS
Expand Down

0 comments on commit 5ba7bd0

Please sign in to comment.