Skip to content

Commit e9aea24

Browse files
Travis yaml update
1 parent e11316c commit e9aea24

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

.travis.yml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
language: python
2+
23
before_install:
34
- pip install pybind11
4-
python:
5-
- "3.5"
6-
- "3.6"
5+
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
28+
729
install:
830
- python setup.py install
31+
932
script:
10-
- python ./sectionproperties/tests/tests/test_rectangle.py
33+
- python ./sectionproperties/tests/test_rectangle.py

0 commit comments

Comments
 (0)