fix: pep8 + travis & tox env updates

This commit is contained in:
Daniel Quinn 2017-03-11 16:45:14 +00:00
parent 5f964830aa
commit 7611c2b3d5
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,9 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=pep8
install:

View File

@ -301,5 +301,3 @@ class TestFieldPermutations(TestCase):
}
self._test_guessed_attributes(
template.format(**spec), **spec)

View File

@ -5,7 +5,7 @@
[tox]
skipsdist = True
envlist = py34, py35, pep8
envlist = py34, py35, py36, pep8
[testenv]
commands = {envpython} manage.py test