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 b78f40e commit 943d225Copy full SHA for 943d225
tox.ini
@@ -29,9 +29,12 @@ description = run tests
29
deps =
30
devastropy: git+https://github.com/astropy/astropy.git#egg=astropy
31
32
-# TODO: Add more versions to oldestdeps
33
- oldestdeps: astropy==3.1
+# TODO: Add more versions to oldestdeps. numpy<1.15 could not be installed
+# in CI, a much newer version was pulled in instead, thus setting
34
+# minimum numpy to 1.15.
35
36
+ oldestdeps: astropy==3.1.2
37
+ oldestdeps: numpy==1.15
38
cov: codecov
39
40
extras =
0 commit comments