Skip to content

Commit ee476cf

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
TST: Remove Python 2.6 and 3.3. testing
In keeping with upstream projects, stop supporting these platforms
1 parent f57d462 commit ee476cf

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.osx.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ sudo: false
66

77
language: objective-c
88

9-
env:
10-
- PYTHON=2.7
9+
matrix:
10+
fast_finish: true
11+
include:
12+
- env: PYTHON=2.7
13+
- env: PYTHON=3.5
1114

1215
before_install:
1316
- which python

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@ language: python
99
matrix:
1010
fast_finish: true
1111
include:
12-
- python: 2.7
13-
env:
14-
- PYTHON=2.6
1512
- python: 2.7
1613
env:
1714
- PYTHON=2.7
18-
- python: 2.7
19-
env:
20-
- PYTHON=3.3
2115
- python: 2.7
2216
env:
2317
- PYTHON=3.4
@@ -48,6 +42,6 @@ install:
4842

4943
script:
5044
- cd $HOME
51-
- nosetests randomstate
45+
- nosetests -vv randomstate
5246
- cd $BUILD_DIR/randomstate
5347
- if [ ${PYTHON} = "2.7" ]; then python performance.py; fi

0 commit comments

Comments
 (0)