We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f47097 commit d70c03aCopy full SHA for d70c03a
1 file changed
.travis.yml
@@ -1,8 +1,12 @@
1
language: python
2
-python:
3
- - "3.4"
4
- - "3.5"
5
- - "3.6"
+matrix:
+ include:
+ - python: 3.4
+ - python: 3.5
6
+ - python: 3.6
7
+ - python: 3.7
8
+ dist: xenial
9
+ sudo: required
10
11
12
cache:
@@ -15,15 +19,6 @@ sudo: false
15
19
before_cache:
16
20
- rm -f $HOME/.cache/pip/log/debug.log
17
21
18
-# command to install dependencies
-addons:
- apt:
- packages:
22
- - libatlas-dev
23
- - liblapack-dev
24
- - libatlas-base-dev
25
- - gfortran
26
-
27
install:
28
- pip install pip --upgrade
29
- pip install numpy
0 commit comments