You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tox
Traceback (most recent call last):
File "./.venv/bin/tox", line 11, in <module>
sys.exit(cmdline())
File "/home/florian/tmp/.venv/lib/python3.4/site-packages/tox/session.py", line 39, in main
retcode = Session(config).runcommand()
File "/home/florian/tmp/.venv/lib/python3.4/site-packages/tox/session.py", line 375, in runcommand
return self.subcommand_test()
File "/home/florian/tmp/.venv/lib/python3.4/site-packages/tox/session.py", line 520, in subcommand_test
path = self.get_installpkg_path()
File "/home/florian/tmp/.venv/lib/python3.4/site-packages/tox/session.py", line 496, in get_installpkg_path
path = self._makesdist()
File "/home/florian/tmp/.venv/lib/python3.4/site-packages/tox/session.py", line 390, in _makesdist
raise tox.exception.MissingFile(setup)
tox.MissingFile: MissingFile: /home/florian/tmp/setup.py
instead the output could be nicer, like if the setup.py is broken:
When there's no
setup.py
, we get:instead the output could be nicer, like if the
setup.py
is broken:The text was updated successfully, but these errors were encountered: