Skip to content

Commit 73ec4e0

Browse files
committed
change nosetests to make test
run pep8 check before
1 parent 472fc37 commit 73ec4e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: python
22

33
before_install: pip install -r requirements.txt
44

5-
script: nosetests
5+
script: make test
66

77
services: mongodb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Rodando testes
2525
----------------
2626
Executar o comando:
2727

28-
nosetests
28+
make test
2929

3030
na raiz do projeto.
3131

0 commit comments

Comments
 (0)