File: tox.ini

package info (click to toggle)
python-fitbit 0.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 1,571; makefile: 134
file content (8 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[tox]
envlist = pypy-test,pypy3-test,py36-test,py35-test,py34-test,py27-test,py36-docs

[testenv]
commands =
  test: coverage run --source=fitbit setup.py test
  docs: sphinx-build -W -b html docs docs/_build
deps = -r{toxinidir}/requirements/test.txt