Skip to content

Commit 4809754

Browse files
committed
simplify travis-ci matrix
1 parent e89e714 commit 4809754

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,17 @@ matrix:
1111
include:
1212
- python: 2.7
1313
env: TEST_TARGET=default
14-
- python: 3.5
15-
env: TEST_TARGET=default
1614
- python: 3.6
1715
env: TEST_TARGET=default
1816
- python: 3.6
1917
env: TEST_TARGET=notebooks
2018
- python: 3.6
2119
env: TEST_TARGET=latest_branca
22-
- python: 3.6
23-
env: TEST_TARGET=latest_branca
2420
allow_failures:
2521
- python: 2.7
2622
env: TEST_TARGET=latest_branca
2723
- python: 3.6
2824
env: TEST_TARGET=latest_branca
29-
- python: 3.6
30-
env: TEST_TARGET=notebooks
3125

3226
before_install:
3327
- wget http://bit.ly/miniconda -O miniconda.sh

0 commit comments

Comments
 (0)