From 334778088a95fb0c297ad8594144f8724b9a916d Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 25 Aug 2015 10:22:41 -0400 Subject: Fix dependent packages --- pyasdf/pyasdf.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyasdf') diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index d822b40..b9e7569 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -19,6 +19,8 @@ build: astropy pyyaml jsonschema + pytest + six [py27] setuptools python @@ -27,6 +29,7 @@ run: astropy pyyaml jsonschema + six [py27] setuptools python -- cgit From 57d3cd7f5ef7a335fbb0c948951dc174feedde65 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 2 Sep 2015 12:26:16 -0400 Subject: Minor changes --- pyasdf/pyasdf.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyasdf') diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index b9e7569..446ffb9 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -20,7 +20,7 @@ build: pyyaml jsonschema pytest - six [py27] + six setuptools python -- cgit