Skip to content

Commit

Permalink
Set HGUSER for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Dec 23, 2012
1 parent f515c0f commit 53340f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test upload clean bootstrap setup .PHONY: test upload clean bootstrap setup


test: test:
nosetests -m'^$$' `find tests -name '*.py'` HGUSER=blah-test nosetests -m'^$$' `find tests -name '*.py'`


upload: setup upload: setup
python setup.py sdist upload python setup.py sdist upload
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def read(fname):
url='http://github.com/mwilliamson/blah', url='http://github.com/mwilliamson/blah',
scripts=["scripts/blah"], scripts=["scripts/blah"],
packages=['blah'], packages=['blah'],
install_requires=["argparse==1.2.1"], install_requires=["argparse==1.2.1", "catchy==0.1.0"],
) )

0 comments on commit 53340f8

Please sign in to comment.