Skip to content

Commit

Permalink
fix setuptools version specification typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 17, 2016
1 parent 8a34425 commit 559f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ virtualenv testenv4

# First we test the head
source testenv1/bin/activate
pip install -U setuptools=20.10.1
pip install -U setuptools==20.10.1
make install-dependencies
make test
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
Expand Down

0 comments on commit 559f19a

Please sign in to comment.