Skip to content

Commit

Permalink
Moved to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed May 4, 2013
1 parent be3fec1 commit f780db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: githubarchive tests loaddb jsonify geocode
.PHONY: githubarchive tests loaddb jsonify geocode github


all: tests
Expand Down Expand Up @@ -31,5 +31,10 @@ geocode:
@echo "www/data/locations.json written"


github:
ghp-import www
git push origin gh-pages


tests:
nosetests
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -2,3 +2,4 @@ SQLAlchemy==0.8.1
nose==1.3.0
requests==1.2.0
unicodecsv==0.9.4
ghp-import==0.2.2

0 comments on commit f780db2

Please sign in to comment.