File: tox.ini

package info (click to toggle)
python-lz4 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: ansic: 2,222; python: 1,627; makefile: 147
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py

[testenv]
deps=pytest
# setenv = PYTHONMALLOC = pymalloc
#     PYTHONMALLOCSTATS = 'yes'
commands=
    pytest tests/block/test_block.py
    pytest tests/frame/test_frame_0.py
    pytest tests/frame/test_frame_1.py
    pytest tests/frame/test_frame_2.py
    pytest tests/frame/test_frame_3.py
    pytest tests/frame/test_frame_4.py
    pytest tests/frame/test_frame_5.py
    pytest tests/frame/test_frame_6.py
    pytest tests/frame/test_frame_7.py