Skip to content

Commit

Permalink
Some updates for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Apr 15, 2016
1 parent f22785a commit f73c79e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ BOWERDEPS := $(shell [ -f bower.deps ] && cat bower.deps)

TAGGED := $(shell git tag | grep -c v${janitoo_version} )

COVERALLS_REPO_TOKEN := 3XGlPDJ1miuq8vVeZkjq1PSxyCUnHGBMZ

-include Makefile.local

NOSECOVER = --cover-package=${NOSEMODULES},${MODULENAME} --with-coverage --cover-inclusive --cover-html --cover-html-dir=${BUILDDIR}/docs/html/tools/coverage --with-html --html-file=${BUILDDIR}/docs/html/tools/nosetests/index.html
Expand Down Expand Up @@ -141,7 +139,7 @@ docker-tests:
@echo "Docker tests for ${MODULENAME} finished."

coveralls:
coveralls
export COVERALLS_REPO_TOKEN=3XGlPDJ1miuq8vVeZkjq1PSxyCUnHGBMZ && coveralls
@echo
@echo "Coverage published."

Expand Down

0 comments on commit f73c79e

Please sign in to comment.