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. --- asdf-standard/asdf-standard.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'asdf-standard') diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini index fe3c5c2..4fac4f3 100644 --- a/asdf-standard/asdf-standard.ini +++ b/asdf-standard/asdf-standard.ini @@ -19,14 +19,13 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: sphinx - #sphinx_bootstrap_theme jsonschema pyyaml mistune six [py27] setuptools python - + run: nose astropy @@ -35,7 +34,7 @@ run: [cbc_build] linux: - python setup.py install || exit 1 + python setup.py install || exit 1 windows: python setup.py install -- cgit