Skip to content

Commit 559f19a

Browse files
committed
fix setuptools version specification typo
1 parent 8a34425 commit 559f19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ virtualenv testenv4
1818

1919
# First we test the head
2020
source testenv1/bin/activate
21-
pip install -U setuptools=20.10.1
21+
pip install -U setuptools==20.10.1
2222
make install-dependencies
2323
make test
2424
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install

0 commit comments

Comments
 (0)