We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796abdc commit 029b1f2Copy full SHA for 029b1f2
.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,9 @@ 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 global system 3.6 3.5 2.7
20
- REQ="ci/requirements-${PYTHON}-${PANDAS}" ;
21
if [ -f "$REQ.pip" ]; then
22
pip install --upgrade nox-automation ;
0 commit comments