Skip to content

Commit 6840057

Browse files
committed
Enabled osx targets on Travis with allow_failures
Signed-off-by: Sorin Sbarnea <[email protected]>
1 parent c1ef9e2 commit 6840057

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
os:
3+
- linux
4+
- osx
25

36
matrix:
47
include:
@@ -12,6 +15,8 @@ matrix:
1215
env: TOXENV=python3.4
1316
- python: 3.5
1417
env: TOXENV=python3.5
18+
- python: 3.6
19+
env: TOXENV=python3.6
1520
- python: pypy
1621
env: TOXENV=pypy
1722
- python: 3.5
@@ -20,6 +25,8 @@ matrix:
2025
env: TOXENV=crosspython2
2126
- python: 2.7
2227
env: TOXENV=docs
28+
allow_failures:
29+
- os: osx
2330

2431
install: pip install tox
2532

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
2-
# env names must be a valid python binary name, unless they have a
2+
# env names must be a valid python binary name, unless they have a
33
# separate configuration
44
envlist =
5-
python{2.6,2.7,3.3,3.4,3.5}, pypy{,3}, crosspython{2,3}, docs
5+
python{2.6,2.7,3.3,3.4,3.5,3.6}, pypy{,3}, crosspython{2,3}, docs
66

77
[testenv]
88
deps =

0 commit comments

Comments
 (0)