File: tox.ini

package info (click to toggle)
refnx 0.1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,972 kB
  • sloc: python: 37,056; cpp: 1,015; ansic: 185; makefile: 180; sh: 130; lisp: 89; xml: 34
file content (27 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tox]
isolated_build=True
skipsdist=True
envlist=testenv
usedevelop=False

[testenv]
description = Run the tests under {basepython}
deps=
    cython
    numpy
    pytest
    scipy
    pandas
    pyqt6
    qtpy
    periodictable
    matplotlib
    traitlets
    ipywidgets
    h5py
    uncertainties
    corner
    xlrd
    pytest-qt
    tqdm
commands = pytest --pyargs refnx