File: tox.ini

package info (click to toggle)
python-simpy3 3.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 2,885; makefile: 138
file content (26 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
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
[tox]
envlist = py27,py33,py34,py35,py36,py37,pypy,pypy3,docs,flake8

[testenv]
deps =
    pytest

commands =
    py.test --doctest-glob="" tests {posargs}

[testenv:docs]
commands =
    py.test --doctest-glob="*.rst" --doctest-glob="README.txt" README.txt docs/

[testenv:benchmark]
deps =
    pytest-benchmark
commands =
    py.test -m benchmark

[testenv:flake8]
skip_install = True
deps =
    flake8
commands=
    flake8