File: tox.ini

package info (click to toggle)
python-first 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: python: 90; sh: 12; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 484 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
[tox]
envlist = py{27,34,35,36,37,py,pi-description},manifest


[testenv]
deps=pytest
commands=python -m pytest --doctest-glob='*.rst' --doctest-modules --ignore=setup.py


[testenv:pypi-description]
basepython = python3.7
skip_install = true
deps =
    twine
    pip >= 18.0.0
commands =
    pip wheel -w {envtmpdir}/build --no-deps .
    twine check {envtmpdir}/build/*


[testenv:manifest]
basepython = python3.7
deps = check-manifest
skip_install = true
commands = check-manifest