Created
October 26, 2013 19:28
-
-
Save akaptur/7173535 to your computer and use it in GitHub Desktop.
Example output of tox on byterun, passing a command to nosetest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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