We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472fc37 commit 73ec4e0Copy full SHA for 73ec4e0
.travis.yml
@@ -2,6 +2,6 @@ language: python
2
3
before_install: pip install -r requirements.txt
4
5
-script: nosetests
+script: make test
6
7
services: mongodb
README.md
@@ -25,7 +25,7 @@ Rodando testes
25
----------------
26
Executar o comando:
27
28
- nosetests
+ make test
29
30
na raiz do projeto.
31
0 commit comments