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 9e9916c commit aa85bd4Copy full SHA for aa85bd4
shippable.yml
@@ -9,8 +9,8 @@ python:
9
- pypy
10
11
before_install:
12
- - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
13
- - echo $TRAVIS_PYTHON_VERSION
+ - if [[ $VIRTUALENV_PYTHON == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
+ - echo $VIRTUALENV_PYTHON
14
15
install:
16
- pip install -r requirements.txt
0 commit comments