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(+) 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