Skip to content

Commit aa85bd4

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

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 [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
13-
- echo $TRAVIS_PYTHON_VERSION
12+
- if [[ $VIRTUALENV_PYTHON == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
13+
- echo $VIRTUALENV_PYTHON
1414

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

0 commit comments

Comments
 (0)