We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37f12f commit 55eed75Copy full SHA for 55eed75
.travis.yml
@@ -15,17 +15,6 @@ env:
15
16
matrix:
17
include:
18
- - # The OS X VM doesn't have any Python support at all
19
- # See https://github.com/travis-ci/travis-ci/issues/2312
20
- os: osx
21
- language: generic
22
- env: TOXENV=test
23
- before_install:
24
- - brew update
25
- - brew upgrade python
26
- - python3 -m pip install --user virtualenv
27
- - /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
28
- - source $HOME/osx-py/bin/activate
29
- python: 2.7
30
env: TOXENV=stylecheck
31
- python: 3.6
0 commit comments