mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix: pep8 + travis & tox env updates
This commit is contained in:
		| @@ -8,7 +8,9 @@ matrix: | |||||||
|           env: TOXENV=py34 |           env: TOXENV=py34 | ||||||
|         - python: 3.5 |         - python: 3.5 | ||||||
|           env: TOXENV=py35 |           env: TOXENV=py35 | ||||||
|         - python: 3.5 |         - python: 3.6 | ||||||
|  |           env: TOXENV=py36 | ||||||
|  |         - python: 3.6 | ||||||
|           env: TOXENV=pep8 |           env: TOXENV=pep8 | ||||||
|  |  | ||||||
| install: | install: | ||||||
|   | |||||||
| @@ -301,5 +301,3 @@ class TestFieldPermutations(TestCase): | |||||||
|                         } |                         } | ||||||
|                         self._test_guessed_attributes( |                         self._test_guessed_attributes( | ||||||
|                             template.format(**spec), **spec) |                             template.format(**spec), **spec) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  |  | ||||||
| [tox] | [tox] | ||||||
| skipsdist = True | skipsdist = True | ||||||
| envlist = py34, py35, pep8 | envlist = py34, py35, py36, pep8 | ||||||
|  |  | ||||||
| [testenv] | [testenv] | ||||||
| commands = {envpython} manage.py test | commands = {envpython} manage.py test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn