Skip to content

Commit 2276f8c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shippable.yml

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

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

1919
install:
2020
- pip install -r requirements.txt

0 commit comments

Comments
 (0)