Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/tox.ini (develop): New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 17, 2020
1 parent 033a95a commit 4ed815a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ envlist = doctest, coverage, startuptime, pycodestyle
# When adding environments above, also update the delegations in SAGE_ROOT/tox.ini
skipsdist = true

[testenv:develop]
usedevelop = true
deps = -r{toxinidir}/requirements.txt

[sagedirect]
# Base for tox environments that bypass the virtual environment set up by tox,
# calling sage directly.
Expand Down

0 comments on commit 4ed815a

Please sign in to comment.