File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ Setting up environment
128128 .. note :: This will trigger builds on each CI services and automatically upload the wheels \
129129 and source distribution on `PyPI `_.
130130
131- 8. Check the status of the builds on `AppVeyor `_, `CircleCI `_ and `TravisCi `_.
131+ 8. Check the status of the builds on `AppVeyor `_, `CircleCI `_ and `Travis CI `_.
132132
1331339. Once the builds are completed, check that the distributions are available on `PyPI `_.
134134
13513510. Create a clean testing environment to test the installation
136136
137137 .. code ::
138138
139- $ mkvirtualenv ninja-${release}-install-test && \
139+ $ pushd $(mktemp -d) && \
140140 mkvirtualenv ninja-${release}-install-test && \
141141 pip install ninja && \
142142 ninja --version
@@ -163,6 +163,6 @@ Setting up environment
163163
164164.. _AppVeyor : https://ci.appveyor.com/project/scikit-build/ninja-python-distributions-f3rbb/history
165165.. _CircleCI : https://circleci.com/gh/scikit-build/ninja-python-distributions
166- .. _ TravisCi : https://travis-ci.org/scikit-build/ninja-python-distributions/pull_requests
166+ .. _ Travis CI : https://travis-ci.org/scikit-build/ninja-python-distributions/pull_requests
167167
168168.. _PyPI : https://pypi.org/project/ninja
You can’t perform that action at this time.
0 commit comments