Browse Source

Pin python-hy test to Hy 0.11

Tianon Gravi 8 years ago
parent
commit
ccac248e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/python-hy/container.sh

+ 1 - 1
test/tests/python-hy/container.sh

@@ -9,5 +9,5 @@ if ! python -c 'import sys; exit((sys.version_info[0] == 3 and sys.version_info[
 	exit
 fi
 
-pip install -q hy
+pip install -q 'hy==0.11.*'
 hy ./container.hy