File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ install:
40
40
- python setup.py install
41
41
42
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
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
46
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
47
- if [[ $COVERAGE == 'true' ]]; then nox -s coverage ; fi
48
48
- if [[ $LINT == 'true' ]]; then nox -s lint ; fi
You can’t perform that action at this time.
0 commit comments