Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Merge c79a4ca into e19b31a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 24, 2019
2 parents e19b31a + c79a4ca commit 1aa650b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -33,7 +33,7 @@ flake8test:
(cd .. && flake8 --max-line-length=120 --max-complexity=8 --show-source --statistics src)

pytest:
(py.test --genscript=blackred/test/testrunner.py -v && coverage run --source=blackred --omit="blackred/test/*" --branch blackred/test/testrunner.py --verbose)
(pytest --cov=blackred -v)

rsttest: copy_dep
rst2html.py --strict README > /dev/null
Expand Down
10 changes: 5 additions & 5 deletions test-requirements.txt
@@ -1,6 +1,6 @@
coverage>=4.0.3,<4.6
coverage>=4.5.3,<4.6
docutils==0.14
flake8>=2.4.1,<3.8
Pygments>=2.0.2,<2.5
pytest>=2.7.2,<2.8
isort>=4.2.2,<4.4
flake8>=3.7,<3.8
pytest>=3.6,<4.6
pytest-cov>=2.7.1,<2.8
isort>=4.3.20,<4.4

0 comments on commit 1aa650b

Please sign in to comment.