Преглед на файлове

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