Skip to content

Commit 01604e1

Browse files
committed
MAINT: Add python 3.7 testing
1 parent e141c8a commit 01604e1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ matrix:
2323
env: PANDAS_VERSION_STR="NONE"
2424
- python: 2.7
2525
env: PANDAS_VERSION_STR="NONE"
26+
- python: 3.7
27+
sudo: true
28+
dist: xenial
29+
- python: 3.7
30+
sudo: true
31+
dist: xenial
32+
env: PANDAS_VERSION_STR="NONE"
2633

2734
# This disables sudo, but makes builds start much faster
2835
# See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
29-
sudo: false
3036
before_install:
3137
# Work around terrible pathological behaviour in OpenBLAS multithreading, that causes execution time to blow up from 3 minutes to 18 minutes, apparently in SVD on smallish matrices
3238
- export OMP_NUM_THREADS=1

0 commit comments

Comments
 (0)