9 # This environment is for checking code quality: test coverage, PEP8, etc.
10 # We have to install our package in development mode so that pytest-cov can
11 # find the .coverage file.
12 [testenv:qa]
13 commands =
14 py.test --cov=abp tests
15 flake8 abp tests setup.py
16 deps =
17 pytest-cov
18 flake8
19 usedevelop = true
OLD
NEW
« no previous file with comments
|
« tests/test_line_parsing.py ('k')
|
no next file »
|
no next file with comments »
Issue 29338156: Issue 3754 - Initial setup of the python-abp repo.
(Closed)
Created March 11, 2016, 5:13 p.m. by Vasily Kuznetsov
Modified March 17, 2016, 3:50 p.m.
Reviewers: Sebastian Noack
Base URL:
Comments: 52