Created
June 30, 2016 23:50
-
-
Save jmeridth/cad741bd4e5176700b109951320fa0ae to your computer and use it in GitHub Desktop.
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
[~/dev/opencafe] | |
[master]->$ git co -b v0.3.1 && git pull https://git.openstack.org/openstack/opencafe refs/changes/47/335647/1 | |
[~/dev/opencafe] | |
[v0.3.1]->$ tox | |
GLOB sdist-make: /Users/jaso2654/dev/opencafe/setup.py | |
pep8 inst-nodeps: /Users/jaso2654/dev/opencafe/.tox/dist/opencafe-0.3.1.zip | |
pep8 installed: flake8==2.6.2,funcsigs==1.0.2,mccabe==0.5.0,mock==2.0.0,nose==1.3.7,opencafe==0.3.1,pbr==1.10.0,pluggy==0.3.1,py==1.4.31,pycodestyle==2.0.0,pyflakes==1.2.3,six==1.10.0,tox==2.3.1,virtualenv==15.0.2 | |
pep8 runtests: PYTHONHASHSEED='1292688052' | |
pep8 runtests: commands[0] | flake8 | |
py27 inst-nodeps: /Users/jaso2654/dev/opencafe/.tox/dist/opencafe-0.3.1.zip | |
py27 installed: flake8==2.6.2,funcsigs==1.0.2,mccabe==0.5.0,mock==2.0.0,nose==1.3.7,opencafe==0.3.1,pbr==1.10.0,pluggy==0.3.1,py==1.4.31,pycodestyle==2.0.0,pyflakes==1.2.3,six==1.10.0,tox==2.3.1,virtualenv==15.0.2 | |
py27 runtests: PYTHONHASHSEED='1292688052' | |
py27 runtests: commands[0] | nosetests | |
............................................ | |
---------------------------------------------------------------------- | |
Ran 44 tests in 0.077s | |
OK | |
py34 inst-nodeps: /Users/jaso2654/dev/opencafe/.tox/dist/opencafe-0.3.1.zip | |
py34 installed: flake8==2.6.2,mccabe==0.5.0,mock==2.0.0,nose==1.3.7,opencafe==0.3.1,pbr==1.10.0,pluggy==0.3.1,py==1.4.31,pycodestyle==2.0.0,pyflakes==1.2.3,six==1.10.0,tox==2.3.1,virtualenv==15.0.2 | |
py34 runtests: PYTHONHASHSEED='1292688052' | |
py34 runtests: commands[0] | nosetests | |
............................................ | |
---------------------------------------------------------------------- | |
Ran 44 tests in 0.082s | |
OK | |
py35 inst-nodeps: /Users/jaso2654/dev/opencafe/.tox/dist/opencafe-0.3.1.zip | |
py35 installed: flake8==2.6.2,mccabe==0.5.0,mock==2.0.0,nose==1.3.7,opencafe==0.3.1,pbr==1.10.0,pluggy==0.3.1,py==1.4.31,pycodestyle==2.0.0,pyflakes==1.2.3,six==1.10.0,tox==2.3.1,virtualenv==15.0.2 | |
py35 runtests: PYTHONHASHSEED='1292688052' | |
py35 runtests: commands[0] | nosetests | |
............................................ | |
---------------------------------------------------------------------- | |
Ran 44 tests in 0.090s | |
OK | |
_________________________________________________________________________________________________________________________________________________________ summary ___________________________________________________ | |
pep8: commands succeeded | |
py27: commands succeeded | |
py34: commands succeeded | |
py35: commands succeeded | |
congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment