Skip to content

Commit 4039042

Browse files
authored
Fix tox deprecated travis section (#139)
* Fix tox deprecated travis section * test-requirements remove attrs version limit
1 parent 104b104 commit 4039042

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest>=2.8.7
22
pytest-cov
33
pytest-docker
44
docker-compose
5-
attrs==19.1.0
5+
attrs

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tox]
22
envlist = py36,py37,pep8
3-
[tox:travis]
4-
3.6 = py36, pep8
5-
3.7 = py37, pep8
3+
[travis]
4+
python:
5+
3.6: py36, pep8
6+
3.7: py37, pep8
67
[testenv]
78
deps = -r{toxinidir}/test-requirements.txt
89
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)