Skip to content

Commit

Permalink
chore: bump test dependencies
Browse files Browse the repository at this point in the history
* use soft version for coveralls to support python 2.7
* use pycodestyle instead of older pep8
* bump to latest versions of factory-boy and pytest-django
  • Loading branch information
asfaltboy committed Apr 26, 2020
1 parent 916eef2 commit 422a1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions test-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coveralls==0.5
factory-boy==2.5.2
pep8==1.6.2
coveralls
factory-boy==2.12.0
pycodestyle==2.5.0
pytest-django==3.9.0
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py37-d{20,21}
pypy-d{17,18,19,110,111}

[pep8]
[pycodestyle]
max-line-length = 120

[testenv]
Expand All @@ -26,4 +26,4 @@ deps =
commands =
pip install -e .
coverage run -m py.test advanced_filters
pep8 --exclude=urls.py,migrations,.ropeproject -v advanced_filters
pycodestyle --exclude=urls.py,migrations,.ropeproject -v advanced_filters

0 comments on commit 422a1b8

Please sign in to comment.