Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test runner #33

Merged
merged 4 commits into from
Feb 5, 2012
Merged

Test runner #33

merged 4 commits into from
Feb 5, 2012

Conversation

tswicegood
Copy link
Contributor

This adds a runtests.py file to make executing the tests easy along with the necessary configurable to run the tests automatically on push inside the Travis CI (not related to me) infrastructure.

For an example test run, see http://travis-ci.org/#!/tswicegood/django-ses/builds/624447

@tswicegood
Copy link
Contributor Author

As a side note, the runtests.py file can be run through Pycco to generate an annotated version of the source.

@michaelklishin
Copy link

To clarify:

language: python

will work exactly the same as

language: ruby

because all "unknown" languages are ignored and by default builds land on Ruby workers. Once Python is supported, such builds will be routed differently but you won't have to change your .travis.yml.

tswicegood added a commit that referenced this pull request Feb 5, 2012
@tswicegood tswicegood merged commit b016ece into django-ses:master Feb 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants