Commit 94b6711b authored by Marc Abramowitz's avatar Marc Abramowitz

Add .travis.yml for Travis CI (http://travis-ci.org/)

parent 0d24bc79
language: python
python:
- 2.5
- 2.6
- 2.7
# - 3.2
install: pip install .
script: CFLAGS=-O0 python runtests.py -vv
...@@ -9,4 +9,4 @@ envlist = py25, py26, py27, py30, py31, py32, pypy ...@@ -9,4 +9,4 @@ envlist = py25, py26, py27, py30, py31, py32, pypy
[testenv] [testenv]
setenv = CFLAGS=-O0 setenv = CFLAGS=-O0
commands = commands =
{envpython} runtests.py -vv --cython-only {envpython} runtests.py -vv
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment