Skip to content

Commit

Permalink
run "make test" in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Aug 12, 2015
1 parent 8685b14 commit 0098854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ python:
- "2.7"
sudo: required
install:
- make sysinstall
- make
script:
- make install
- make test
#after_success:
# - coveralls
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0098854

Please sign in to comment.