From 23bd68955f07d328b0fe0ebc289e9342cb9299f3 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sun, 10 Mar 2013 22:38:18 -0400 Subject: [PATCH] travis needs to output .coverage --- .travis.yml | 2 +- Makefile | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1477880ee..0b82672cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - pip install . - pip install -r requirements.txt script: - - make travis + - make test after_success: - coveralls \ No newline at end of file diff --git a/Makefile b/Makefile index 44017f156..09cbf8928 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,3 @@ init: test: nosetests --with-coverage ./tests/ --cover-package=moto - -travis: - nosetests ./tests/