diff --git a/tox.ini b/tox.ini index c22df7ed..985219cb 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py{37,38,39,310,311}-test{,-all}{,-dev,-latest,-oldest}{,-cov} py{37,38,39,310,311}-test-numpy{116,117,118,119,120,121,122,123,124,125,126} - py{37,38,39,310,311}-test-scipy{12,13,14,15,16,17,18,19,110,111,112,113} + py{37,38,39,310,311}-test-scipy{16,17,18,19,110,111,112,113} py{37,38,39,310,311}-test-astropy{40,41,42,43,50,51,52,53,60,61} build_docs linkcheck @@ -47,10 +47,6 @@ description = numpy124: with numpy 1.24.* numpy125: with numpy 1.25.* numpy125: with numpy 1.26.* - scipy12: with scipy 1.2.* - scipy13: with scipy 1.3.* - scipy14: with scipy 1.4.* - scipy15: with scipy 1.5.* scipy16: with scipy 1.6.* scipy17: with scipy 1.7.* scipy18: with scipy 1.8.* @@ -85,10 +81,6 @@ deps = numpy125: numpy==1.25.* numpy125: numpy==1.26.* - scipy12: scipy==1.2.* - scipy13: scipy==1.3.* - scipy14: scipy==1.4.* - scipy15: scipy==1.5.* scipy16: scipy==1.6.* scipy17: scipy==1.7.* scipy18: scipy==1.8.* @@ -119,7 +111,7 @@ deps = oldest: astropy==4.0.* oldest: numpy==1.16.* - oldest: scipy==1.2.* + oldest: scipy==1.6.* # The following indicates which extras_require from setup.cfg will be installed extras =