Skip to content

Commit f869347

Browse files
committed
travis gcc+4.9
1 parent ff08902 commit f869347

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
exclude_lines =
33
pragma: no cover
44
cuda
5+
backward

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ matrix:
66
- python: 2.7
77
- python: 3.5
88
- python: 3.6
9-
addons:
10-
apt:
11-
sources:
12-
- ubuntu-toolchain-r-test
13-
packages:
14-
- gcc-4.9
15-
- g++-4.9
16-
before_install:
17-
- export CC="gcc-4.9"
18-
- export CXX="g++-4.9"
199
install:
2010
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl; fi
2111
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-linux_x86_64.whl; fi

0 commit comments

Comments
 (0)