From f7625cda5d6be046e1ea905bf8858cb0eae6f70f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Jul 2015 16:30:52 -0400 Subject: Massive overhaul. Switching to remote URLs. --- drizzle/drizzle.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drizzle') diff --git a/drizzle/drizzle.ini b/drizzle/drizzle.ini index 28de0b5..3c6e3ed 100644 --- a/drizzle/drizzle.ini +++ b/drizzle/drizzle.ini @@ -25,7 +25,7 @@ build: numpy >=1.6.0 setuptools python - + run: d2to1 nose @@ -38,7 +38,7 @@ run: linux: echo This d2to1 hack is deadly. pip install --no-deps --upgrade --force d2to1 || exit 1 - python setup.py install || exit 1 + python setup.py install || exit 1 windows: python setup.py install -- cgit