aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2020-08-06 09:23:39 +0200
committerJohn Whittington <git@jbrengineering.co.uk>2020-08-06 09:29:32 +0200
commitbcce50471e264bcd8376b3c277600af629684083 (patch)
tree04046403cf64cf2867418bf9c44affe44e2cf798 /.travis.yml
parent517fe4a632b57a6c4ee2754bbb06470055427a5e (diff)
add python3 and pip3 to travis yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 630965a..dce5451 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,8 @@ compiler:
- gcc
script: tests/script/runtests.sh
before_install: tests/script/bootstrap.sh
+addons:
+ apt:
+ packages:
+ - "python3"
+ - "python3-pip"