Skip to content

Commit 75223f9

Browse files
committed
indent pip install
1 parent f7d8060 commit 75223f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ python:
99
sudo: false
1010
install:
1111
- |
12-
# install pip 10 on python 3.3
13-
# to get requires_python support
14-
if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then
15-
pip install pip==10.*
16-
fi
12+
# install pip 10 on python 3.3
13+
# to get requires_python support
14+
if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then
15+
pip install pip==10.*
16+
fi
1717
- pip install --upgrade setuptools pip
1818
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
1919
script:

0 commit comments

Comments
 (0)