justinmayer / django-elevate

Protect your sensitive Django views by requiring re-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Python 3.7 to Tox and Travis configuration

justinmayer opened this issue · comments

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

c.f., travis-ci/travis-ci#9815 (comment)

@moggers87: You seem to have a better handle on Tox + Travis than I do. Would you like to address this one?

Sure, I've added 3.7 support to a couple of my own projects already.