Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252fda1 commit 0dd29dbCopy full SHA for 0dd29db
.travis.yml
@@ -18,9 +18,6 @@ env:
18
- USE_OPTIONAL=false
19
- SIX_VERSION=1.9 USE_OPTIONAL=true
20
21
-before_install:
22
- - pip freeze
23
-
24
install:
25
- ./requirements-install.sh
26
requirements-install.sh
@@ -1,16 +1,9 @@
1
#!/bin/bash -ex
2
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
8
pip install pip==6.1.0
9
10
pip install -U -r requirements-test.txt
11
12
-exit 2
13
14
if [[ $USE_OPTIONAL == "true" ]]; then
15
pip install -U -r requirements-optional.txt
16
fi
0 commit comments