Permalink
Browse files
Run build on OSX & introduce build stages.
- Loading branch information...
Showing
with
24 additions
and
0 deletions.
-
+24
−0
.travis.yml
|
|
@@ -5,6 +5,10 @@ cache: pip |
|
|
env:
|
|
|
global:
|
|
|
PYTHONUNBUFFERED=yes
|
|
|
|
|
|
stages:
|
|
|
- lint
|
|
|
- test
|
|
|
|
|
|
matrix:
|
|
|
fast_finish: true
|
|
|
@@ -19,16 +23,36 @@ matrix: |
|
|
env: TOXENV=3.5
|
|
|
- python: 3.6
|
|
|
env: TOXENV=3.6
|
|
|
- python: 2.7
|
|
|
env: TOXENV=2.7
|
|
|
os: osx
|
|
|
- python: pypy
|
|
|
env: TOXENV=pypy
|
|
|
os: osx
|
|
|
- python: 3.4
|
|
|
env: TOXENV=3.4
|
|
|
os: osx
|
|
|
- python: 3.5
|
|
|
env: TOXENV=3.5
|
|
|
os: osx
|
|
|
- python: 3.6
|
|
|
env: TOXENV=3.6
|
|
|
os: osx
|
|
|
- python: 2.7
|
|
|
env: TOXENV=flake8
|
|
|
stage: lint
|
|
|
- python: 3.6
|
|
|
env: TOXENV=flake8
|
|
|
stage: lint
|
|
|
- python: 2.7
|
|
|
env: TOXENV=flakeplus
|
|
|
stage: lint
|
|
|
- python: 2.7
|
|
|
env: TOXENV=pydocstyle
|
|
|
stage: lint
|
|
|
- python: 2.7
|
|
|
env: TOXENV=apicheck
|
|
|
stage: lint
|
|
|
|
|
|
install:
|
|
|
- pip install -U pip setuptools wheel | cat
|
|
|
|
0 comments on commit
bd459f6