Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 755ee8b

Browse files
committed
Ordering is important, it turns out.
1 parent df0eb69 commit 755ee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ "$HYPER_FAST_PARSE" = true ]]; then
4646
pip install pycohttpparser~=1.0
4747
fi
4848

49-
pip install .
5049
pip install -U setuptools
50+
pip install .
5151
pip install -r test_requirements.txt
5252
pip install flake8

0 commit comments

Comments
 (0)