Skip to content

Commit

Permalink
Makefile: do not run deps on test
Browse files Browse the repository at this point in the history
It's slooooooooow.
  • Loading branch information
Francisco Souza committed May 2, 2014
1 parent be5ab41 commit 2ab202d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: python
script:
- make test
- make deps test
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
deps:
@pip install -r test-requirements.txt

test: deps
test:
@python setup.py test
@flake8 tsuru

0 comments on commit 2ab202d

Please sign in to comment.