Skip to content

Commit 8fbd1e3

Browse files
committed
removed requirements file install from travis
1 parent c858c83 commit 8fbd1e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ install:
4545
brew upgrade python
4646
# CFLAGS='-stdlib=libc++'
4747
fi;
48-
# for building docs in linux
49-
- |
50-
if [ "$TRAVIS_OS_NAME" != "osx" ]; then
51-
pip3 install -r requirements.txt
52-
fi;
48+
# - |
49+
# if [ "$TRAVIS_OS_NAME" != "osx" ]; then
50+
# pip3 install -r requirements.txt
51+
# fi;
5352
- pip3 install --upgrade cibuildwheel
5453

5554

0 commit comments

Comments
 (0)