diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
commit | f7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch) | |
tree | 4bdb6da29496b34f74a93ee780827ee32d0ca647 /drizzle | |
parent | 8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff) | |
download | cbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz |
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'drizzle')
-rw-r--r-- | drizzle/drizzle.ini | 4 |
1 files changed, 2 insertions, 2 deletions
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 |