Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin committed Mar 7, 2018
1 parent a5bf1db commit 3a6b9b5
Showing 1 changed file with 33 additions and 20 deletions.
53 changes: 33 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
language: python
# language: python
# sudo: false
env:
- DEV=true
python:
- '3.4'
- '3.5'
- '3.6'
- 3.6-dev
- 3.7-dev
- DEV=true
matrix:
fast_finish: true
# include:
# - python: '3.4'
# - python: '3.5'
# - python: '3.6'
# - python: '3.6-dev'
# - python: '3.7-dev'
allow_failures:
- python: '3.6-dev'
env: DEV=true
- python: '3.7-dev'
env: DEV=true
include:
# - os: linux
# python: '3.4'
# - os: linux
# python: '3.5'
- os: linux
language: python
python: '3.6'
- os: linux
language: python
python: '3.6-dev'
env: DEV=true
- os: linux
language: python
python: '3.7-dev'
env: DEV=true
- os: osx
# osx_image: xcode8.3
language: generic
env: DEV=true
before_install:
- brew update
- brew install python3
fast_finish: true
allow_failures:
- os: linux
python: '3.6-dev'
- os: linux
python: '3.7-dev'

install:
- pip install .
- pip install .[dev]
Expand Down

0 comments on commit 3a6b9b5

Please sign in to comment.