Skip to content

Commit eaf3a0b

Browse files
committed
llvmlite 3.8 workaround
1 parent beab332 commit eaf3a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
# numpy requires some additional dependencies
1313
- sudo apt-get update
1414
- sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran libhdf5-dev
15+
- easy_install llvmlite # temporary workaround for 3.8 support
1516
- pip install -r test/requirements-dev.txt
1617
- find . -name "requirements.txt" -exec pip install -r "{}" \;
1718

0 commit comments

Comments
 (0)