diff --git a/.travis.yml b/.travis.yml index 33933465..09c0c08c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: "make" script: - | if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi - - make test + - make ci after_success: - pipenv run codecov cache: pip diff --git a/Makefile b/Makefile index 5f161c8a..f19a72e1 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ init: test: # This runs all of the tests, on both Python 2 and Python 3. detox +ci: + python setup.py test test-readme: python setup.py check -r -s