Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Small improvements (#131)
Browse files Browse the repository at this point in the history
* Add missing requirements

* Fix test command
  • Loading branch information
anapaulagomes authored and anneFly committed Nov 8, 2018
1 parent b22233b commit 1bc1d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ help:
@echo "clean-build - remove build artifacts"
@echo "clean-pyc - remove Python file artifacts"
@echo "lint - check style with flake8"
@echo "test - run tests quickly with the default Python"
@echo "test - run tests"
@echo "test-all - run tests on every Python version with tox"
@echo "coverage - check code coverage quickly with the default Python"
@echo "docs - generate Sphinx HTML documentation, including API docs"
Expand All @@ -28,7 +28,7 @@ lint:
flake8 closeio tests

test:
python setup.py test
pytest tests

test-all:
tox
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
-e .
coverage>=4.5.1
django==2.0.9
flake8==3.6.0
isort>=4.3.4
pytest>=3.6.2
pytest-django>=3.3.2
Expand Down

0 comments on commit 1bc1d72

Please sign in to comment.