Closed msabramo closed 9 years ago
Sample Travis CI build for my fork: http://travis-ci.org/#!/msabramo/freshen/builds/1764231
To set up Travis CI for your own repo, see http://about.travis-ci.org/docs/user/getting-started/
Sample tox output:
~/dev/git-repos/freshen$ tox GLOB sdist-make: /Users/marca/dev/git-repos/freshen/setup.py py26 sdist-reinst: /Users/marca/dev/git-repos/freshen/.tox/dist/freshen-0.2.zip py26 runtests: commands[0] ..................... ---------------------------------------------------------------------- Ran 21 tests in 3.744s OK py27 sdist-reinst: /Users/marca/dev/git-repos/freshen/.tox/dist/freshen-0.2.zip py27 runtests: commands[0] ..................... ---------------------------------------------------------------------- Ran 21 tests in 3.650s OK pypy sdist-reinst: /Users/marca/dev/git-repos/freshen/.tox/dist/freshen-0.2.zip pypy runtests: commands[0] ..................... ---------------------------------------------------------------------- Ran 21 tests in 3.147s OK _________________________________________________________________________ summary __________________________________________________________________________ py26: commands succeeded py27: commands succeeded pypy: commands succeeded congratulations :)
Sample Travis CI build for my fork: http://travis-ci.org/#!/msabramo/freshen/builds/1764231
To set up Travis CI for your own repo, see http://about.travis-ci.org/docs/user/getting-started/
Sample tox output: