File: tox.ini

package info (click to toggle)
nb2plots 0.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,160 kB
  • sloc: python: 5,223; makefile: 225
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
# Don't forget to adjust CI when changing this
envlist = py{38,39,310,311}

[testenv]
commands = pytest {posargs} nb2plots/tests
extras = test

[testenv:py38-min]
deps = -rmin-requirements.txt