소스 검색

May as well test with pypy by default, since the tests take a while

dstromberg 13 년 전
부모
커밋
0ae38f12fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test-bloom-filter

+ 1 - 1
test-bloom-filter

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/local/pypy-1.6/bin/pypy
 
 # pylint: disable=W0402
 # W0402: We want the deprecated string module, for a use that isn't deprecated