Skip to content

Commit c95191d

Browse files
Minimal travis
1 parent e9aea24 commit c95191d

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.travis.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,9 @@ language: python
33
before_install:
44
- pip install pybind11
55

6-
matrix:
7-
include:
8-
- os: linux
9-
compiler: gcc
10-
addons: &gcc49
11-
apt:
12-
sources: ['ubuntu-toolchain-r-test']
13-
packages: ['g++-4.9', 'gcc-4.9']
14-
env:
15-
- CXX='g++-4.9'
16-
- CC='gcc-4.9'
17-
python: 3.5
18-
- os: linux
19-
compiler: gcc
20-
addons: &gcc49
21-
apt:
22-
sources: ['ubuntu-toolchain-r-test']
23-
packages: ['g++-4.9', 'gcc-4.9']
24-
env:
25-
- CXX='g++-4.9'
26-
- CC='gcc-4.9'
27-
python: 3.6
6+
python:
7+
- "3.5"
8+
- "3.6"
289

2910
install:
3011
- python setup.py install

0 commit comments

Comments
 (0)