File: tox.ini

package info (click to toggle)
dill 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: python: 6,972; makefile: 23
file content (23 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
skip_missing_interpreters=
    True
envlist =
    py39
    py310
    py311
    py312
    py313
    py314
    py315
    pypy39
    pypy310
    pypy311

[testenv]
deps =
#   numpy
whitelist_externals =
#   bash
commands =
    {envpython} -m pip install .
    {envpython} dill/tests/__main__.py