Skip to content

Commit f4c53e2

Browse files
committed
clean up
1 parent 23083ea commit f4c53e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ addons:
2020
- libnuma1
2121
- ocl-icd-dev
2222
- ocl-icd-opencl-dev
23-
- valgrind
2423
# command to install dependencies
2524

2625
before_install:
@@ -30,7 +29,7 @@ before_install:
3029
install:
3130
- "python ci/info_platform.py"
3231
- "pip install --upgrade pip"
33-
- "pip install --upgrade numpy " #--no-binary :all:"
32+
- "pip install --upgrade numpy"
3433
- "pip install --upgrade cython mako pybind11"
3534
- "pip install --upgrade h5py "
3635
- "pip install --upgrade -r ci/requirements_travis.txt"
@@ -43,4 +42,3 @@ install:
4342
script:
4443
- "python run_tests.py -m"
4544
- "python ./run_tests.py -m --installed"
46-

0 commit comments

Comments
 (0)