8000
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 1cbe5ad commit e1a1dd2Copy full SHA for e1a1dd2
.travis.yml
@@ -42,15 +42,14 @@ matrix:
42
- # The OS X VM doesn't have any Python support at all
43
# See https://github.com/travis-ci/travis-ci/issues/2312
44
os: osx
45
- name: OS X Python 3.7
+ name: OS X Python 2.7
46
language: generic
47
before_install:
48
- - brew update
49
- - brew upgrade python
50
- - python3 -m pip install --user virtualenv
51
- - /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
+ - brew install python@2
+ - python2 -m pip install --user virtualenv
+ - /Users/travis/Library/Python/2.7/bin/virtualenv $HOME/osx-py
52
- source $HOME/osx-py/bin/activate
53
- - export TRAVIS_PYTHON_VERSION=3.7
+ - export TRAVIS_PYTHON_VERSION=2.7
54
55
56
install:
0 commit comments