Closed djstein closed 6 years ago
@jakeprem anything you want to weight in on?
I am attempting to update the .travis.yml
and tox.ini
files based on what is described here but need a bit of help!
@aaronn how do you feel about the switch to Django 2 aka Python 3 only?
@djstein I'm cool with switching to Python 3 and Django 2
@aaronn got builds to pass on Python 3.5 and above, thoughts on removing 3.3, 3.4 from build?
@djstein oops, sorry– just changed some stuff. yeah I don't mind going 3.6+ even
haha with my previous commit it worked without tox-travis
should we use tox-travis or just standard tox?
Edit: I am not familiar with tox-travis
@djstein feel free to roll 9c08d8b back and take out tox-travis. thought I figured out what was causing the travis failures. I'm not really familiar with tox or travis.
so for the tox file: [tox] envlist = flake8-py3, py36, pypy do we also need to remove those and let the environment be decided by the travis python version
@djstein not sure, you had 3.5+ working earlier right? let's just use whatever you had working there
@djstein seems like it's passing fine?