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/