summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-091-0/+5
* remove training noteholger krekel2013-12-091-1/+1
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-36/+6
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-221-4/+7
* Added --force-dep-version command-line optionBruno Oliveira2013-11-211-2/+57
* merged PR125: tox now sets "PYTHONHASHSEED" if it is not setholger krekel2013-11-151-0/+3
* Address issue #125 by adding a --hashseed command-line option.Chris Jerdonek2013-11-141-1/+122
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-221-1/+9
* more windows parsing fixesholger krekel2013-10-221-10/+10
* fix parsing/escaping bugs on windows32holger krekel2013-10-141-0/+22
* expand install_command_substitutions test caseRonald Evers2013-10-101-2/+4
* use substitution in install_commandRonald Evers2013-10-101-0/+9
* substitute substition for substitutionRonald Evers2013-10-091-11/+11
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-1/+1
* fix test runs on environments without a home directoryholger krekel2013-09-041-5/+15
* refactor docs and changelog1.6.0holger krekel2013-08-151-5/+5
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-36/+22
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-6/+22
* Don't pass --download-cache option to installer if downloadcache option is no...Carl Meyer2013-08-091-0/+24
* Add test for IniReader.getargv.Carl Meyer2013-08-091-0/+10
* Use the install_command option for all installs.Carl Meyer2013-08-081-4/+10
* Config parser shlex-splits install_deps_command.Carl Meyer2013-08-081-1/+2
* Add install_deps_command testenv option.Carl Meyer2013-08-081-0/+8
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-17/+9
* dash_e: fixes #109 and #111Anthon van der Neut2013-08-081-0/+37
* Add develop to the configs that trigger recreateMonty Taylor2013-07-161-0/+1
* remove obsolete tests - i think Lukasz left this in erranouslyholger krekel2013-07-161-14/+0
* Merged in lukaszb/tox (pull request #45)holger krekel2013-07-111-5/+23
|\
| * fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-221-2/+0
| * fix issue104 - use setuptools instead of distribute by default nowholger krekel2013-06-211-1/+1
| * fix py25 test bugholger krekel2013-06-211-2/+4
| * introduce white list for commandsholger krekel2013-05-211-0/+18
* | Added package flag to venv configLukasz Balcerzak2013-06-201-0/+14
* | Added tests for envdir configLukasz Balcerzak2013-06-201-0/+16
|/
* Test for #99 regression on multiple substitutions per lineKrisztian Fekete2013-05-061-0/+14
* Tests for issue #97 {[section]name} substitution does not work in generalKrisztian Fekete2013-04-271-0/+23
* Test that envsitepackagesdir actually gets called?smund Grammeltvedt2013-04-061-0/+30
* fix issue84 - pypy on windows creates a bin not a scripts venv directoryholger krekel2013-02-191-4/+9
* add -l to changelog, lukasz to contributors and some refinementsholger krekel2013-02-191-8/+10
* Added --list switch to show all envsLukasz Balcerzak2013-02-181-0/+20
* backout --extradeps addition; finally found a way to not need itholger krekel2013-02-031-16/+0
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-011-0/+16
* remove some lingering "post" codeholger krekel2013-02-011-6/+0
* - new --installpkg optionholger krekel2013-01-301-1/+6
* * introduce a --installpkg=path option which will skip creation of an sdist a...holger krekel2013-01-281-0/+5
* fix test run, at least on my computerholger krekel2013-01-251-3/+3
* fix a test that failed due to a recent merge - i'd reallyholger krekel2012-12-071-4/+0
* fixed test to not rely on os.path.expanduser (closes #60)holger krekel2012-11-201-1/+1
* add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-1/+6
* fix issue34 - search tox.ini in parent dirsholger krekel2012-10-261-9/+13