Update tox.ini

master
Antonio Valentino 2022-02-26 12:07:41 +01:00
parent 9955bf09ef
commit c82c3cfb7f
No known key found for this signature in database
GPG Key ID: EBF48AB2578F9812
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[tox]
project = jdcal
envlist = py{27,34,35,36,37,38,39,py,py3}, codestyle, docstyle
envlist = py{27,34,35,36,37,38,39,310,py,py3}, codestyle, docstyle
[testenv]
deps = pytest
commands = pytest
[testenv:py{27,34,35,36,37,38,39}]
deps =
[testenv:py{27,34,35,36,37,38,39,310}]
deps =
pytest
astropy