We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7932b2d commit 7a2eef9Copy full SHA for 7a2eef9
.travis.yml
@@ -42,7 +42,7 @@ install:
42
script:
43
- if [[ $PYTHON== '2.7' ]]; then nox -s test27 ; fi
44
- if [[ $PYTHON== '3.5' ]]; then nox -s test35 ; fi
45
- - if [[ $PYTHON== '3.6' && "$PANDAS" == "MASTER" ]]; then nox -s test36master ; fi
+ - if [[ $PYTHON== '3.6' ]] && [[ "$PANDAS" == "MASTER" ]]; then nox -s test36master ; fi
46
- if [ -f "$REQ.conda" ]; then pip install coverage pytest pytest-cov codecov ; pytest -v --cov=pandas_gbq --cov-report xml:/tmp/pytest-cov.xml pandas_gbq ; fi
47
- if [[ $COVERAGE == 'true' ]]; then nox -s coverage ; fi
48
- if [[ $LINT == 'true' ]]; then nox -s lint ; fi
0 commit comments