Skip to content

Commit 2c62667

Browse files
committed
Refactor the installation script for Travis CI
1 parent ff88107 commit 2c62667

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis/install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
55
# Install Python3 on osx
66
brew upgrade python
77
fi
8-
9-
pip3 install tox --upgrade
10-
else
11-
pip install tox --upgrade
128
fi
9+
10+
pip3 install tox --upgrade

0 commit comments

Comments
 (0)