summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d85803ab1..d2ad176f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,8 @@ compiler:
addons:
apt:
packages:
- - python3-numpy
-
-install:
- - pip install numpy
-
+ - python3
+
script:
- echo "CXX="$CXX
- echo "CC="$CC