Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
robelgeda committed Jul 23, 2021
1 parent 89f48fc commit 72dbc7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flagship infrared space telescope. WebbPSF can simulate images for any of the
four science instruments plus the fine guidance sensor, including both direct
imaging and coronagraphic modes.

WebbPSF also supports simulating PSFs for the upcoming WFIRST,
WebbPSF also supports simulating PSFs for the upcoming Nancy Grace Roman Space Telescope (formerly WFIRST),
including its Wide Field Instrument and a preliminary version of the Coronagraph Instrument.

Developed by Marshall Perrin, Joseph Long, Neil Zimmerman, Robel Geda, Shannon
Expand Down
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[tox]
envlist =
py{36,37,38}-test
py{36,37,38}-{poppydev,pysiafdev,astropydev,stable}-test
py{36,37,38}-{poppydev,pysiafdev,astropydev,latest,stable}-test
py36-legacy36-test
py{36,37,38}-{poppydev,pysiafdev}-cov

[testenv]
passenv = *
deps =
pytest
jwxml
poppydev,legacy36,astropydev: git+https://github.com/spacetelescope/poppy.git#egg=poppy
poppydev,legacy36,astropydev,latest: git+https://github.com/spacetelescope/poppy.git#egg=poppy
pysiafdev,legacy36,astropydev: git+https://github.com/spacetelescope/pysiaf.git#egg=pysiaf
legacy36: numpy==1.16.*
legacy36: numpy==1.17.*
astropydev: git+git://github.com/astropy/astropy
poppydev: synphot
latest: -rrequirements.txt
stable: poppy
stable: pysiaf
cov: pytest-astropy
Expand Down Expand Up @@ -55,4 +56,4 @@ description = check package code style
deps =
pycodestyle
commands =
pycodestyle webbpsf
pycodestyle webbpsf

0 comments on commit 72dbc7c

Please sign in to comment.