Skip to content

Commit

Permalink
Merge pull request #266 from recurly/use_latest_python_3_7
Browse files Browse the repository at this point in the history
Use latest official python 3.7 release
  • Loading branch information
Aaron Suarez authored Sep 26, 2018
2 parents 5afdfc7 + 04032af commit 2d296a1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
install:
- pip install six mock iso8601 backports.ssl-match-hostname
- python setup.py install
script:
- RECURLY_INSECURE_DEBUG=true python -m unittest discover -s tests

0 comments on commit 2d296a1

Please sign in to comment.