We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c13dfc commit bac6f0bCopy full SHA for bac6f0b
testing/runtests_travis.py
@@ -4,9 +4,12 @@
4
import os
5
6
if os.environ.get('TOXENV'):
7
+ # normal tox run, lets jsut have tox do its job
8
import tox
9
tox.cmdline()
10
elif os.environ.get('SELFINSTALL'):
11
+ # self install testing needs some clarity
12
+ # so its being executed without any other tools running
13
call('python setup.py sdist', shell=True)
14
call('easy_install dist/*', shell=True)
15
import pkg_resources
0 commit comments