Skip to content

Commit

Permalink
giza remove integration test from suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Feb 18, 2015
1 parent 7c149f9 commit 11c916e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giza/makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nosetests:
@echo "[testing] running nosetests"
nosetests
nosetests -w ./test
ifeq ($(shell test -f /etc/arch-release && echo arch || echo Linux),arch)
nosetests2
nosetests2 -w ./test
endif

pyflakes:
Expand Down

0 comments on commit 11c916e

Please sign in to comment.