summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* Make substitution engine ignore factor arrays, fix #302issue302Andrei Pashkin2016-09-091-1/+1
* addresses issue66: add --workdir option to override where tox stores its ".to...holger krekel2016-06-251-2/+2
* Fix typoThe-Compiler/fix-typo-1466505573719Florian Bruhin2016-06-211-1/+1
* fix PEP-8 and whitespaces.Steffen Allner2016-06-201-6/+6
* Merge from default.Steffen Allner2016-06-202-20/+36
|\
| * Merged in jayvdb/tox (pull request #185)Holger Krekel2016-06-208-55/+118
| |\
| | * Merged in jtpereyda/tox/jtpereyda-cleanup (pull request #194)Danielle Jenkins2016-06-201-20/+35
| | |\
| | | * Cleanup: Renaming and method extraction.jtpereyda-cleanupjoshpere2016-04-141-9/+16
| | | * Cleanup: Extract duplicate codejoshpere2016-04-141-2/+5
| | | * Cleanup: Extract function for readability. The _venv_lookup function is now s...joshpere2016-04-141-8/+13
| | | * Cleanup: Format comments for easier reading.joshpere2016-04-141-5/+5
| | | * Cleanup: Rename local variable for clarityjoshpere2016-04-141-13/+13
| * | | Unescape \{..\}John Vandenberg2015-12-261-0/+1
* | | | Merge from defaulthook/report-statusSteffen Allner2016-06-207-34/+81
|\ \ \ \ | | |/ / | |/| |
| * | | mergeholger krekel2016-06-203-11/+23
| |\ \ \
| | * \ \ Merged in issue336 (pull request #198)Andrzej Ostrowski2016-06-201-5/+18
| | |\ \ \
| | | * \ \ Merged in wscheper/tox/config-in-setup-cfg (pull request #192)Andrzej Ostrowski2016-06-207-28/+59
| | | |\ \ \
| | | * | | | Support configuration through setup.cfgconfig-in-setup-cfgWalter Scheper2016-03-101-5/+18
| | | | |_|/ | | | |/| |
| | * | | | make flakes passOliver Bestwalter2016-06-203-6/+5
| | | |/ / | | |/| |
| * | | | add --workdir option to override where tox stores its ".tox" directoryholger krekel2016-06-207-30/+60
| |\ \ \ \ | | |/ / /
| | * | | Merged in pjdelport/tox/fix-flakes (pull request #187)Oliver Bestwalter2016-06-204-20/+51
| | |\ \ \
| | | * | | fix issue66 by introducing using default "python -m pip"holger krekel2016-06-204-4/+15
| | | * | | Merged in nyirogergo/tox (pull request #188)Oliver Bestwalter2016-06-203-17/+36
| | | |\ \ \
| | | | * | | Process minversion before all elseSachi King2016-02-293-14/+33
| | | | |/ /
| | | * | | session.Reporter: delete _starttime at exitNyiro Gergo2016-01-141-0/+1
| | | | |/ | | | |/|
| | * | | Remove separating spaces in "print (...)" (pep8 E211)fix-flakesPiet Delport2016-01-043-9/+9
| | * | | Mark guarded "unicode" reference with noqaPiet Delport2016-01-041-1/+1
| | |/ /
| * | | Add --workdir to override the 'toxworkdir' config optionDan Ring2015-12-171-1/+7
| |/ /
* | | Improve doc strings.Matthew Schinckel2016-04-091-2/+8
* | | Update to meet PR 175 requirements.Matthew Schinckel2016-04-093-4/+10
* | | Add support for extensible reporting on status.Matthew Schinckel2016-03-162-0/+12
| |/ |/|
* | bump version, fix tox.iniholger krekel2016-02-111-1/+1
* | Merged in nakatoio/tox (pull request #189)holger krekel2016-02-111-1/+1
|\ \
| * | Fix section substitution with {posargs}Sachi King2016-02-111-1/+1
| |/
* | fix issue314: fix invocation of .py scripts on windowsholger krekel2016-02-111-1/+1
|/
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-142-11/+18
* implement new experimental hooks for venv creationholger krekel2015-12-095-41/+66
* some small refactoringsholger krekel2015-12-092-6/+16
* internal: push some optional object creation into tests becauseholger krekel2015-12-091-11/+4
* fix flakes problemholger krekel2015-12-071-2/+2
* mergeholger krekel2015-12-071-1/+1
|\
| * Fix minor typo in --help messagePatrick Mezard2015-12-051-1/+1
* | merge branch issue285, bump versionsholger krekel2015-12-071-1/+1
|\ \ | |/
* | merge defaultholger krekel2015-12-071-91/+156
|\ \ | |/ |/|
| * reshuffle tests related to setenv processing and integrate nelfin'sholger krekel2015-12-072-3/+4
| * refactor setenv processing into its own class so thatholger krekel2015-12-071-50/+84
| * merge defaultholger krekel2015-11-202-5/+1
| |\
| * | add changelogholger krekel2015-11-131-1/+1
| * | address issue285 but not fully resolve it: setenv processing now works,holger krekel2015-11-131-42/+67
| * | put replacing/substitution into own classholger krekel2015-11-131-57/+62