Skip to content

Commit b893e4c

Browse files
committed
Update shippable.yml
1 parent 2276f8c commit b893e4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

shippable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ python:
1414

1515
before_install:
1616
# - source ~/.rvm/scripts/rvm && rvm use 1.9.
17-
- if [[ $SHIPPABLE_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
17+
- if [[ $SHIPPABLE_PYTHON == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
18+
- echo $SHIPPABLE_PYTHON
1819

1920
install:
2021
- pip install -r requirements.txt

0 commit comments

Comments
 (0)