Permalink
Browse files

Run build on OSX & introduce build stages.

  • Loading branch information...
thedrow committed May 29, 2018
1 parent ecfdec1 commit bd459f64deda3b15cc955e0eb4b1354fca86c4be
Showing with 24 additions and 0 deletions.
  1. +24 −0 .travis.yml
View
@@ -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

Please sign in to comment.