Skip to content

Commit a36fc61

Browse files
Merge pull request #70 from benvanwerkhoven/fix_travis
allow python 3.5 to fail until conda recipe for scipy is fixed
2 parents f231fa2 + ac70e6d commit a36fc61

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ matrix:
99
env:
1010
- MCONDA_PYTHON_MAJOR=2
1111
- MCONDA_PYTHON_VERSION=2.7
12-
13-
- os: linux
14-
env:
15-
- MCONDA_PYTHON_MAJOR=3
16-
- MCONDA_PYTHON_VERSION=3.5
17-
1812
- os: linux
1913
env:
2014
- MCONDA_PYTHON_MAJOR=3
@@ -24,12 +18,6 @@ matrix:
2418
env:
2519
- MCONDA_PYTHON_MAJOR=2
2620
- MCONDA_PYTHON_VERSION=2.7
27-
28-
- os: osx
29-
env:
30-
- MCONDA_PYTHON_MAJOR=3
31-
- MCONDA_PYTHON_VERSION=3.5
32-
3321
- os: osx
3422
env:
3523
- MCONDA_PYTHON_MAJOR=3

0 commit comments

Comments
 (0)