summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* make flakes passOliver Bestwalter2016-06-203-6/+5
* 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
| | * 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
| | |/
| * | 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
|/
* 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
* | | fix issue252: allow environment names with special characters.holger krekel2015-11-262-6/+6
| |/ |/|
* | add changelog entryholger krekel2015-11-201-1/+1
* | Merged in dstanek/tox/bug_181 (pull request #174)holger krekel2015-11-201-4/+0
|\ \ | |/ |/|
| * Fixes bug 181; allow # in commandsbug_181David Stanek2015-10-051-4/+0
* | fix setenv/substitution bug2.2.1holger krekel2015-11-112-6/+6
* | prepare 2.2.0holger krekel2015-11-111-1/+1
* | fix issue280: fix case where --skip-missing-interpreter would not work if {en...holger krekel2015-11-091-1/+0
* | Merged in rebeckag/tox/174-voting-testenv (pull request #170)holger krekel2015-11-063-0/+15
|\ \
| * | Fixed last rename from 'voting' to 'ignore'.174-voting-testenvRebecka Gulliksson2015-09-211-1/+1
| * | Renamed testenv attribute from 'voting' to 'ignore_outcome'.Rebecka Gulliksson2015-08-242-8/+7
| * | Handle the 'non-voting fail' status that can occur in a non-voting testenv.Rebecka Gulliksson2015-08-241-0/+3
| * | Respect the 'voting' attribute of a testenv.Rebecka Gulliksson2015-08-241-0/+8
| * | Added 'voting' testenv attribute.Rebecka Gulliksson2015-08-241-0/+5
| |/
* | fix issue281: make --force-deps work when urls are present in a dep configholger krekel2015-11-021-1/+5
* | Merged in itxaka/tox/fix_env_use (pull request #169)holger krekel2015-10-302-15/+14
|\ \
| * \ Merged in olliewalsh/tox (pull request #167)holger krekel2015-10-291-14/+13
| |\ \
| | * | Reorder the processing of testenv options. Fixes issue #246Ollie Walsh2015-07-031-14/+13
| * | | add changelogholger krekel2015-10-291-1/+1
| | |/ | |/|
* | | use self.getdict('setenv') instead of extra parsing that failsfix_env_useItxaka2015-10-301-9/+1
* | | better workflow, picks the resolved envs instead of the written stringItxaka2015-08-311-5/+6
* | | if there is no setenv section, return an empty dictItxaka2015-08-241-1/+1
* | | If the {env:key:default} paremeter is found in the config but there are no en...Itxaka2015-08-231-4/+15
|/ /
* | Fix issue #265 - Pass LD_LIBRARY_PATH by defaultfix_issue_265David Donovan Riddle2015-07-141-1/+1
|/