Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Update Makefile and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos committed Aug 9, 2012
1 parent f1c3492 commit 0554f99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python:
install:
- pip install nose
- python setup.py install
script: nosetests -w ../
script: make travis
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ init:
pip install -r requirements.txt

test:
nosetests -w ./
nosetests ./tests/*

lazy:
nosetests --with-color -w ./
nosetests --with-color ./tests/*

simple:
nosetests -w ./
nosetests ./tests/*

pyflakes:
pyflakes ${PYFLAKES_WHITELIST}
Expand All @@ -37,7 +37,7 @@ cipyflakes:
${PYFLAKES_IF_AVAILABLE} ${PYFLAKES_WHITELIST}

citests:
nosetests -w ./ --with-xunit --xunit-file=junit-report.xml
nosetests ${CI_TESTS} --with-xunit --xunit-file=junit-report.xml

ci: citests cipyflakes

Expand Down

0 comments on commit 0554f99

Please sign in to comment.