rlisagor / freshen

Clone of the Cucumber BDD framework for Python
GNU General Public License v3.0
354 stars 56 forks source link

Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/) #42

Closed msabramo closed 9 years ago

msabramo commented 12 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 :)