diff --git a/.travis.yml b/.travis.yml index 03d7c0d..6f71958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ python: - "2.7" sudo: required install: - - make sysinstall + - make script: - - make install + - make test #after_success: # - coveralls diff --git a/Makefile b/Makefile index 873a2a9..a21f292 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ passwd: custom.cfg .PHONY: test test: @echo "Running tests (skip slow tests) ..." - bin/nosetests -a '!slow' unit_tests + bin/nosetests -A 'not slow and not online' unit_tests .PHONY: testall testall: