We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bbc86 commit 75f37f1Copy full SHA for 75f37f1
ci.sh
@@ -10,7 +10,7 @@ pip install -U pip setuptools wheel
10
11
if [ "$CHECK_FORMATTING" = "1" ]; then
12
pip install yapf==${YAPF_VERSION}
13
- if ! yapf -rpd setup.py sniffio; then
+ if ! yapf -rpd sniffio; then
14
cat <<EOF
15
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
@@ -43,8 +43,7 @@ EOF
43
exit 0
44
fi
45
46
-python setup.py sdist --formats=zip
47
-pip install dist/*.zip
+pip install .
48
49
# Actual tests
50
pip install -Ur test-requirements.txt
0 commit comments