Skip to content

Commit 9375659

Browse files
committed
Fix tox testing
And makes it twice slower
1 parent 43335d2 commit 9375659

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

light-curve/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,12 @@ envlist = py{38,39,310,311,312}-{base,test}
163163
isolated_build = True
164164
165165
[testenv:py{38,39,310,311,312}-base]
166-
skip_install = False
167166
change_dir = {envtmpdir}
167+
extras =
168168
commands =
169169
python -c 'import light_curve'
170-
extras =
171170
172171
[testenv:py{38,39,310,311,312}-test]
173-
skip_install = True
174172
extras = dev
175173
commands =
176174
pytest README.md tests/ light_curve/

0 commit comments

Comments
 (0)