Pedro Algarvio
01b74c06c4
Add initial nox configuration. Tell tox
'ers to use nox
'.
2019-02-20 16:49:56 +00:00
Pedro Algarvio
b92713c851
Coverage on windows chokes with the tox env var COVERAGE_PROCESS_START
2019-01-30 11:49:20 +00:00
Pedro Algarvio
39fb981faa
"Tell" coverage to track subprocesses.
2019-01-25 13:03:26 +00:00
Pedro Algarvio
6bb56ced2e
Run tests from tox, wether runtests or pytest
2019-01-24 17:02:13 +00:00
Daniel Wallace
bf3965632a
disable checks on pylint
2018-07-18 11:12:43 -05:00
Nicole Thomas
5b5a930449
Merge pull request #48529 from rallytime/merge-2018.3
...
[2018.3] Merge forward from 2017.7 to 2018.3
2018-07-12 13:59:35 -04:00
Daniel Wallace
a6a286af28
add posargs to tox pylint
2018-07-12 09:34:47 -05:00
Daniel Wallace
739bf92599
upgrade dependencies for pytest tests
2018-07-10 15:52:50 -05:00
Daniel Wallace
c7a3a7d8bd
update jenkins tests to use tox for lint
2018-07-06 13:35:06 -05:00
Daniel Wallace
44aaac1d33
use tox to run pylint
...
Also allow pylint to be run from a virtualenv
2018-07-06 13:25:08 -05:00
Daniel Wallace
392ab4e51f
Add some configurations to tox
2018-07-06 12:45:12 -05:00
Daniel Wallace
cc9c4b4d5a
add pytest coverage and xml junits
2018-06-07 12:53:22 -05:00
Daniel Wallace
ae1b0d28bb
pass LANG and HOME into tox commands
2018-06-06 12:23:55 -05:00
Daniel Wallace
e1872e2036
simplify tox.ini
2018-06-05 20:41:52 -05:00
Daniel Wallace
51eca1a6bd
enable tox for tests
2017-10-03 17:01:19 -06:00
Felix Dreissig
6828c4b112
Remove Tox config
...
The 'tox.ini' file looks like an artifact from the past. It is unusable
at least since requirements have been moved to their own directory.
2015-04-18 21:11:30 +02:00
L.C. Rees
517ae16a5d
- tox boilerplate for when py3k matters
2012-05-30 16:07:12 -06:00
L.C. Rees
1d2c0364f4
- use coverage
2012-05-30 13:32:53 -06:00
L.C. Rees
64f0a27ca1
- fixes to tox
2012-05-30 12:32:17 -06:00
Monty Taylor
12fd1315f8
Add tox config.
...
Add a config file for tox to enable running salt tests in a set of
virtualenvs for different versions of python. Add stanzas to allow
for running tests against 2.6, 2.7 and 3.2.
First step - pip install tox. Then, to run tests in a virtualenv
against all three, simply type:
tox
If you want to run against just one, try:
tox -epy26
And if you want to see more, do:
tox -v -epy26
2012-04-20 13:19:39 -07:00