Skip to content

Commit bac6f0b

Browse files
add extra comments to the travis test script
1 parent 8c13dfc commit bac6f0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/runtests_travis.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
import os
55

66
if os.environ.get('TOXENV'):
7+
# normal tox run, lets jsut have tox do its job
78
import tox
89
tox.cmdline()
910
elif os.environ.get('SELFINSTALL'):
11+
# self install testing needs some clarity
12+
# so its being executed without any other tools running
1013
call('python setup.py sdist', shell=True)
1114
call('easy_install dist/*', shell=True)
1215
import pkg_resources

0 commit comments

Comments
 (0)