Skip to content

Commit

Permalink
fix : osx added to travis #86
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 23, 2018
1 parent b0d7210 commit 82ba1db
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@ sudo: true

language: python

python:
- 3.6
- 3.5
- 3.4
matrix:
include:
- os: linux
sudo: required
python: 3.6
- os: linux
sudo: required
python: 3.5
- os: linux
sudo: required
python: 3.4
- os: osx
language: generic
env: TOXENV=py36
- os: osx
language: generic
env: TOXENV=py35
- os: osx
language: generic
env: TOXENV=py34

install:
- pip install -r dev-requirements.txt
Expand Down

0 comments on commit 82ba1db

Please sign in to comment.