Skip to content

Commit

Permalink
ci: add python 3.7 to test suite.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lapa <36723261+chris-lapa@users.noreply.github.com>
  • Loading branch information
Chris Lapa committed Dec 20, 2018
1 parent 5bed2d2 commit af2ae8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,11 @@ python:
- '3.4'
- '3.5'
- '3.6'
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install -r requirements.txt
- pip install coveralls
Expand All @@ -18,7 +23,7 @@ deploy:
on:
tags: true
repo: objectpath/ObjectPath
python: '3.6'
python: '3.7'
distributions: sdist bdist_wheel
after_success:
- coveralls

0 comments on commit af2ae8e

Please sign in to comment.