aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 50fcd8c..690cd55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: shell
os: linux
-dist: focal
+dist: focal # for python3.8 (https://packages.ubuntu.com/en/focal/python3)
addons:
apt:
@@ -12,8 +12,7 @@ addons:
install:
- pip3 install -U pip
- pip3 install setuptools
- - pip3 install vim-vint
- - pip3 install flake8
+ - pip3 install -r requirements-dev.txt
script:
- ./test