Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-08-23 17:54:46 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-08-23 17:59:37 +0300
commit1d34f9b56348160f825a468f4845835802cac996 (patch)
tree9c0d96608b8c7655d47043493e00e1bb431c848a
parent0a29ad572cbe1bcc64fd3624f5c38eee79c50445 (diff)
travis: Test with more python versions
Also remove deprecated 'sudo:' key.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bdc87a..9964a31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
language: python
-sudo: false
python:
- "3.4"
- "3.6"
+ - "3.7"
+ - "3.8"
install:
- pip install -r requirements.txt
script: