Skip to content

Commit 9e9916c

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent a606560 commit 9e9916c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ python:
99
- pypy
1010

1111
before_install:
12-
- if [[ $SHIPPABLE_PYTHON == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
13-
- echo $SHIPPABLE_PYTHON
12+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
13+
- echo $TRAVIS_PYTHON_VERSION
1414

1515
install:
1616
- pip install -r requirements.txt

0 commit comments

Comments
 (0)