Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
[FIX] Corrige comando de teste do tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 4, 2018
1 parent df99370 commit 0537222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ clean-test: ## remove test and coverage artifacts
lint: ## check style with flake8
flake8 pysigep tests

check-setup: ## valida readme.rst e setup.py
python setup.py check --restructuredtext

test: ## run tests quickly with the default Python

python setup.py test
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ deps =
-r{toxinidir}/requirements.txt
commands =
pip install -U pip
coverage run --source=pysigep setup.py test
python setup.py test
make check-setup

0 comments on commit 0537222

Please sign in to comment.