We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b439d7 commit 50946adCopy full SHA for 50946ad
.circleci/config.yml
@@ -111,7 +111,7 @@ jobs:
111
- checkout
112
- run:
113
name: Install the package from test.pypi.org
114
- command: pip install --no-deps --index test.pypi.org software-patterns
+ command: pip install --no-deps --index-url https://test.pypi.org/simple/ software-patterns
115
116
name: Install pytest, which is used both in the test suite code and as a test runner
117
command: pip install pytest
0 commit comments