Skip to content

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

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add .travis.yml for Travis CI (http://travis-ci.org/)
  • Loading branch information
msabramo committed Jun 9, 2012
commit 667600f83933b13e0dfbb9d3b45cfc2ce1b2744e
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python

python:
- 2.6
- 2.7

install:
- pip install --use-mirrors nose numpy PIL
- pip install .

script: python tests.py