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

Commit

Permalink
[FIX] Corrige formatação dos comandos do Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 4, 2018
1 parent ab85efc commit c7ab878
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ lint: ## check style with flake8
flake8 pysigep tests

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

test: ## run tests quickly with the default Python

python setup.py test
python setup.py test

test-all: ## run tests on every Python version with tox
tox
Expand Down

0 comments on commit c7ab878

Please sign in to comment.