Skip to content

Commit fe1cdab

Browse files
committed
Update .travis.yml matrix
The old format is not valid anymore. Additionally remove any python 2.7 env (not supported), see pyscaffold#177.
1 parent 73a4ce2 commit fe1cdab

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/pyscaffold/templates/travis.template

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ sudo: false
66
language: python
77
virtualenv:
88
system_site_packages: true
9-
env:
10-
matrix:
11-
- DISTRIB="ubuntu" PYTHON_VERSION="2.7" COVERAGE="true"
12-
- DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="false"
13-
- DISTRIB="conda" PYTHON_VERSION="3.3" COVERAGE="false"
14-
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="false"
9+
matrix:
10+
include:
11+
- python: 3.4
12+
env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py34" COVERAGE="true"
13+
- env: DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false"
1514
addons:
1615
apt:
1716
packages:

0 commit comments

Comments
 (0)