Skip to content

Instantly share code, notes, and snippets.

@akaptur
Created October 26, 2013 19:28
Show Gist options
  • Save akaptur/7173535 to your computer and use it in GitHub Desktop.
Save akaptur/7173535 to your computer and use it in GitHub Desktop.
Example output of tox on byterun, passing a command to nosetest
(byterun_env)byterun [assorted-fixes $%] ⚲ tox -- tests.test_basic:TestIt
GLOB sdist-make: /Users/afk/Dropbox/python/byterun_env/byterun/setup.py
py27 inst-nodeps: /Users/afk/Dropbox/python/byterun_env/byterun/.tox/dist/Byterun-1.0.zip
py27 runtests: commands[0] | nosetests tests.test_basic:TestIt
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.280s
OK
py33 inst-nodeps: /Users/afk/Dropbox/python/byterun_env/byterun/.tox/dist/Byterun-1.0.zip
py33 runtests: commands[0] | nosetests tests.test_basic:TestIt
..........................
----------------------------------------------------------------------
Ran 26 tests in 0.310s
OK
________________________________________________________________________________ summary ________________________________________________________________________________
py27: commands succeeded
py33: commands succeeded
congratulations :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment