Add Python 3.7 to Tox and Travis configuration
justinmayer opened this issue · 2 comments
justinmayer commented
As far as Travis is concerned, the officially-sanctioned method of supporting Python 3.7 appears to be something like:
matrix:
include:
- python: 3.7
sudo: true
dist: xenial
env:
- TOX_ENV=py37
justinmayer commented
@moggers87: You seem to have a better handle on Tox + Travis than I do. Would you like to address this one?
moggers87 commented
Sure, I've added 3.7 support to a couple of my own projects already.