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 d9d5bde commit 796abdcCopy full SHA for 796abdc
.travis.yml
@@ -1,6 +1,10 @@
1
sudo: false
2
3
language: python
4
+python:
5
+ - "2.7"
6
+ - "3.5"
7
+ - "3.6"
8
9
env:
10
- PYTHON=2.7 PANDAS=0.19.2 COVERAGE='false' LINT='true'
@@ -44,5 +48,5 @@ script:
44
48
pip install coverage pytest pytest-cov codecov ;
45
49
pytest -v --cov=pandas_gbq --cov-report xml:/tmp/pytest-cov.xml pandas_gbq ;
46
50
fi
47
- - if [[ $COVERAGE == 'true' ]]; then nox -s coverage ; fi
51
+ - if [[ $COVERAGE == 'true' ]]; then nox -s cover ; fi
52
- if [[ $LINT == 'true' ]]; then nox -s lint ; fi
0 commit comments