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 796abdc commit 81306a7Copy full SHA for 81306a7
.travis.yml
@@ -1,10 +1,6 @@
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'
@@ -17,6 +13,10 @@ before_install:
17
13
- source ci/travis_process_gbq_encryption.sh
18
14
19
15
install:
16
+ # work around https://github.com/travis-ci/travis-ci/issues/8363
+ # https://github.com/pre-commit/pre-commit/commit/e3ab8902692e896da9ded42bd4d76ea4e1de359d
+ - pyenv install $PYTHON
+ - pyenv global system $PYTHON
20
- REQ="ci/requirements-${PYTHON}-${PANDAS}" ;
21
if [ -f "$REQ.pip" ]; then
22
pip install --upgrade nox-automation ;
0 commit comments