Skip to content

Commit

Permalink
Fixing travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Mar 16, 2017
1 parent 4727de5 commit 30817e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VIRTUALENV = virtualenv
VIRTUALENV = virtualenv --python python3
VENV := $(shell echo $${VIRTUAL_ENV-.venv})
PYTHON = $(VENV)/bin/python
DEV_STAMP = $(VENV)/.dev_env_installed.stamp
Expand Down Expand Up @@ -30,6 +30,7 @@ need-kinto-running:
@curl http://localhost:8888/v0/ 2>/dev/null 1>&2 || (echo "Run 'make runkinto' before starting tests." && exit 1)

runkinto: install-dev
$(VENV)/bin/python --version
$(VENV)/bin/kinto --ini kinto_http/tests/config/kinto.ini migrate
$(VENV)/bin/kinto --ini kinto_http/tests/config/kinto.ini start

Expand Down

0 comments on commit 30817e3

Please sign in to comment.