Skip to content

Commit f5b5900

Browse files
committed
Fix numpy12; remove astrodev
1 parent d7b193f commit f5b5900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ deps=
1111
# Newer versions of gwcs require astropy 4.x, which
1212
# isn't compatible with the older versions of numpy
1313
# that we test with.
14-
py35: gwcs==0.9.1
14+
py35,numpy12: gwcs==0.9.1
1515
legacy: semantic_version==2.8
1616
legacy: pyyaml==3.10
1717
legacy: jsonschema==3.0.2
1818
legacy: numpy~=1.10.0
1919
numpy11,numpy12,legacy: astropy~=3.0.0
2020
numpy11: numpy==1.11
21-
numpy12: numpy==1.12, gwcs==0.9.1
22-
numpydev,astrodev,s390x: cython
21+
numpy12: numpy==1.12
22+
numpydev,s390x: cython
2323
extras= all,tests
2424
# astropy will complain if the home directory is missing
2525
passenv= HOME

0 commit comments

Comments
 (0)