소스 검색

Use pypy 1.6 instead of 1.5

dstromberg 13 년 전
부모
커밋
f4cb2f1aca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 
 go:
 	./this-pylint bloom_filter_mod.py test-bloom-filter
-	/usr/local/pypy-1.5/bin/pypy ./test-bloom-filter
+	/usr/local/pypy-1.6/bin/pypy ./test-bloom-filter
 	/usr/local/cpython-2.5/bin/python ./test-bloom-filter
 	/usr/local/cpython-2.7/bin/python ./test-bloom-filter
 	/usr/local/cpython-3.0/bin/python ./test-bloom-filter