summaryrefslogtreecommitdiff
path: root/tests/test_activate.sh
Commit message (Collapse)AuthorAgeFilesLines
* Include tests folder in source distributionMatthew Iversen2015-09-211-2/+2
| | | | | | Renamed files to enable convenient glob matching in MANIFEST.in Fixes #714
* Solved problem when using "set -u" in bashTomas Zulberti2014-09-101-0/+2
| | | | | | | | | If you use "set -u" in bash, before the activation of an virtualenv then, the activation will fail because there are some variables that are unbond The same happens if the virtualenv is active and you want to deactivate it.
* Fix test_activate.sh for shells without 'source'.Carl Meyer2012-08-101-1/+1
|
* More verbose output to show what's being tested.Marc Abramowitz2012-05-041-0/+20
|
* Add new test for activate.sh stuffMarc Abramowitz2012-05-041-0/+74