Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd29db

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix Travis when SIX_VERSION isn't specificed
1 parent 252fda1 commit 0dd29db

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ env:
1818
- USE_OPTIONAL=false
1919
- SIX_VERSION=1.9 USE_OPTIONAL=true
2020

21-
before_install:
22-
- pip freeze
23-
2421
install:
2522
- ./requirements-install.sh
2623

requirements-install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
#!/bin/bash -ex
22

3-
if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
4-
echo "fatal: \$USE_OPTIONAL not set to true or false. Exiting."
5-
exit 1
6-
fi
7-
83
pip install pip==6.1.0
94

105
pip install -U -r requirements-test.txt
116

12-
exit 2
13-
147
if [[ $USE_OPTIONAL == "true" ]]; then
158
pip install -U -r requirements-optional.txt
169
fi

0 commit comments

Comments
 (0)