Skip to content

Commit

Permalink
Avoid conflict in py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Aug 21, 2024
1 parent 1d108ae commit 9944a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{37,38,39}-test{,-alldeps,-devdeps}{,-cov}{,-remote}
py{37,38,39}-test-numpy{117,118,119}{,-remote}
py{37,38,39}-test-astropy{lts,41,42}{,-remote}
py{310,311,312}-test{,-alldeps,-devdeps}{,-cov}{,-remote}
py{310,311,312}-test-numpy{123,124,125}{,-remote}
py{310,311,312}-test-astropy{lts,53,60}{,-remote}
build_docs
linkcheck
codestyle
Expand Down

0 comments on commit 9944a3b

Please sign in to comment.