Skip to content

Commit

Permalink
Update tests for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Apr 9, 2016
1 parent ed406d9 commit ba4d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ travis-deps: deps
docker-tests:
@echo
@echo "Docker tests for ${MODULENAME} start."
-[ -f tests/test_docker.py ] && $(NOSE) $(NOSEOPTS) $(NOSEDOCKER) tests/test_docker.py
[ -f tests/test_docker.py ] && $(NOSE) $(NOSEOPTS) $(NOSEDOCKER) tests/test_docker.py
@echo
@echo "Docker tests for ${MODULENAME} finished."

Expand Down

0 comments on commit ba4d2e0

Please sign in to comment.