|
|
|
@ -35,11 +35,12 @@ matrix:
|
|
|
|
|
env: TOXENV=pypy |
|
|
|
|
|
|
|
|
|
install: |
|
|
|
|
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") != 0 ]]; then pip install virtualenv==1.7.2 tox==1.3; fi; |
|
|
|
|
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi; |
|
|
|
|
- if [[ $(echo "$TOXENV" | egrep -c "py32") != 0 ]]; then pip install setuptools==17.1.1; fi |
|
|
|
|
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") != 0 ]]; then pip install virtualenv==1.7.2 tox==1.3; fi; |
|
|
|
|
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi; |
|
|
|
|
|
|
|
|
|
script: |
|
|
|
|
- tox |
|
|
|
|
- tox |
|
|
|
|
|
|
|
|
|
notifications: |
|
|
|
|
email: |
|
|
|
|