summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-15 18:29:57 +0200
committerGDR! <gdr@gdr.name>2020-08-15 18:29:57 +0200
commit0cd42e68da86950f912a0858c34473b2c8326883 (patch)
treef5c1296bc07f3a850976e57484df2ca183bf5a4b
parent78a9cc5e21145d953d06e149d86cc57840435d20 (diff)
Use py3 in travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 559acd0..5c723ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
1language: c 1language: c
2sudo: required 2sudo: required
3dist: trusty 3dist: focal
4 4
5before_script: 5before_script:
6 #installing libsodium, needed for Core 6 #installing libsodium, needed for Core
@@ -18,7 +18,7 @@ before_script:
18 #creating libraries links and updating cache 18 #creating libraries links and updating cache
19 - sudo ldconfig > /dev/null 19 - sudo ldconfig > /dev/null
20 #installing check, needed for unit tests 20 #installing check, needed for unit tests
21 - sudo apt-get install check cmake python-pip cscope libevent-dev libevent-pthreads-2.0 21 - sudo apt-get install check cmake python3-requests python3-jinja2 cscope libevent-dev libevent-pthreads-2.1
22 - cd .. 22 - cd ..
23 # toxcore 23 # toxcore
24 - git clone https://github.com/TokTok/c-toxcore.git 24 - git clone https://github.com/TokTok/c-toxcore.git