8000 Disable PyPy bulids in Travis. · wulczer/txpostgres@ab92474 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab92474

Browse files
committed
Disable PyPy bulids in Travis.
The last attempt to enable it caused a segmentation fault on the build machine...
1 parent bc48421 commit ab92474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33
python:
44
- 2.6
55
- 2.7
6-
- pypy
6+
# - pypy
77

88
env:
99
- TXPOSTGRES_TEST_HOST=127.0.0.1 TXPOSTGRES_TEST_USER=postgres REACTOR=default

0 commit comments

Comments
 (0)
0