Commit 055ddc08 authored by Stefan Behnel's avatar Stefan Behnel

don't care about pypy results in travis build

parent b8bffaa4
......@@ -10,6 +10,14 @@ python:
- 3.3
- pypy
branches:
only:
- master
install: pip install .
script: CFLAGS=-O0 python runtests.py -vv
matrix:
allow_failures:
- python: pypy
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