Skip to content

Commit

Permalink
use CURDIR in PYTHONPATH and make local tests work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baris Metin committed Mar 4, 2013
1 parent f61eb10 commit efa510e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
PYTHON=python
PYTHONPATH=.
PYTHONPATH=$(CURDIR)

all: test install
all: test

.PHONY: test
test:
Expand Down

0 comments on commit efa510e

Please sign in to comment.