File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,26 @@ cache:
15
15
- directories :
16
16
- $HOME/.ccache
17
17
18
- install :
18
+ script :
19
19
- unset CCACHE_DISABLE
20
20
- export CCACHE_DIR=$HOME/.ccache
21
21
- export CC="ccache gcc-5"
22
22
- export CXX="ccache g++-5"
23
23
- ccache --show-stats
24
+ - tools/run_aten_tests.sh
24
25
- travis_retry pip install --upgrade pip setuptools wheel
25
26
- travis_retry pip install -r requirements.txt --only-binary=scipy
26
27
- git submodule update --init --recursive
27
28
- MAX_JOBS=8 python setup.py install
29
+ - OMP_NUM_THREADS=2 ./test/run_test.sh
28
30
29
31
addons :
30
32
apt :
31
33
sources :
32
34
- ubuntu-toolchain-r-test
33
35
packages :
34
36
- g++-5
35
-
36
- script :
37
- - OMP_NUM_THREADS=2 ./test/run_test.sh
38
- - tools/run_aten_tests.sh
37
+ - valgrind
39
38
40
39
# This reportedly works around an issue downloading packages from pypi on
41
40
# travis. Consider removing this after the underlying issue is fixed.
You can’t perform that action at this time.
0 commit comments