mirror of https://github.com/phn/jdcal.git
Update tox.ini
parent
9955bf09ef
commit
c82c3cfb7f
6
tox.ini
6
tox.ini
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue