We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b193f commit f5b5900Copy full SHA for f5b5900
tox.ini
@@ -11,15 +11,15 @@ deps=
11
# Newer versions of gwcs require astropy 4.x, which
12
# isn't compatible with the older versions of numpy
13
# that we test with.
14
- py35: gwcs==0.9.1
+ py35,numpy12: gwcs==0.9.1
15
legacy: semantic_version==2.8
16
legacy: pyyaml==3.10
17
legacy: jsonschema==3.0.2
18
legacy: numpy~=1.10.0
19
numpy11,numpy12,legacy: astropy~=3.0.0
20
numpy11: numpy==1.11
21
- numpy12: numpy==1.12, gwcs==0.9.1
22
- numpydev,astrodev,s390x: cython
+ numpy12: numpy==1.12
+ numpydev,s390x: cython
23
extras= all,tests
24
# astropy will complain if the home directory is missing
25
passenv= HOME
0 commit comments