Skip to content

Commit d70c03a

Browse files
authored
Test python3.7 (#89)
* Test python3.7 * Try without travis addons
1 parent 9f47097 commit d70c03a

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

.travis.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
2-
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6"
2+
matrix:
3+
include:
4+
- python: 3.4
5+
- python: 3.5
6+
- python: 3.6
7+
- python: 3.7
8+
dist: xenial
9+
sudo: required
610

711

812
cache:
@@ -15,15 +19,6 @@ sudo: false
1519
before_cache:
1620
- rm -f $HOME/.cache/pip/log/debug.log
1721

18-
# command to install dependencies
19-
addons:
20-
apt:
21-
packages:
22-
- libatlas-dev
23-
- liblapack-dev
24-
- libatlas-base-dev
25-
- gfortran
26-
2722
install:
2823
- pip install pip --upgrade
2924
- pip install numpy

0 commit comments

Comments
 (0)