summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 13:27:23 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 13:27:23 +0200
commit4d80c2ca3dd8c64bfdb356e19363b021f627c2d2 (patch)
treeafae813db381fec6328095ce094acf9942d17aea
parent98e57424ea36c050afda19deaaec3a1b3bc49e84 (diff)
downloadpysendfile-4d80c2ca3dd8c64bfdb356e19363b021f627c2d2.tar.gz
remove pypy from the travis builds (failure here https://travis-ci.org/giampaolo/pysendfile/jobs/26119015)
test_offset_none (__main__.TestSendfile) ... Fatal error in cpyext, CPython compatibility layer, calling PyEval_SaveThread Either report a bug or consider not using this particular extension <SystemError object at 0x1c7bf20> RPython traceback: File "pypy_interpreter_pyopcode.c", line 6476, in dispatch_bytecode__AccessDirect_None File "implement.c", line 23562, in __mm_nonzero_0_fail
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ebc45e8..ab76d8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ python:
- 3.2
- 3.3
- 3.4
- - pypy
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi