Skip to content

Commit fafa900

Browse files
committed
Ignore MYPYTHON_VERSION for system Python on travis.
MYPYTHON_VERSION is only meaningful when testing with miniconda.
1 parent 3442716 commit fafa900

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ os:
1010
env:
1111
- MYUSEMC=true MYPYTHON_VERSION=2.6
1212
- MYUSEMC=true MYPYTHON_VERSION=2.7
13-
- MYUSEMC=false MYPYTHON_VERSION=2.6
14-
- MYUSEMC=false MYPYTHON_VERSION=2.7
13+
- MYUSEMC=false
1514

1615
matrix:
1716
exclude:
1817
- os: osx
19-
env: MYUSEMC=false MYPYTHON_VERSION=2.6
20-
- os: osx
21-
env: MYUSEMC=false MYPYTHON_VERSION=2.7
18+
env: MYUSEMC=false
2219

2320
git:
2421
depth: 999999

0 commit comments

Comments
 (0)