File: tox.ini

package info (click to toggle)
python-msrestazure 0.6.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 3,942; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist=py27, py35
skipsdist=True

[testenv]
setenv =
    PYTHONPATH = {toxinidir}:{toxinidir}/msrestazure
    PythonLogLevel=30
deps=
    -rdev_requirements.txt
    autorest: requests>=2.14.0
commands=
    pytest --cov=msrestazure tests/
    autorest: pytest --cov=msrestazure --cov-append autorest.python/test/azure/
    coverage report --fail-under=40
    coverage xml --ignore-errors  # At this point, don't fail for "async" keyword in 2.7/3.4