We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104b104 commit 4039042Copy full SHA for 4039042
test-requirements.txt
@@ -2,4 +2,4 @@ pytest>=2.8.7
2
pytest-cov
3
pytest-docker
4
docker-compose
5
-attrs==19.1.0
+attrs
tox.ini
@@ -1,8 +1,9 @@
1
[tox]
envlist = py36,py37,pep8
-[tox:travis]
-3.6 = py36, pep8
-3.7 = py37, pep8
+[travis]
+python:
+ 3.6: py36, pep8
6
+ 3.7: py37, pep8
7
[testenv]
8
deps = -r{toxinidir}/test-requirements.txt
9
-r{toxinidir}/requirements.txt
0 commit comments