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

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2021-05-05 10:28:22 +0300
committerGitHub <noreply@github.com>2021-05-05 10:28:22 +0300
commit0b7b080101bab8fda99c52397f339375a7034237 (patch)
tree2eb07e4ae09d3f5b0124b2763a424607b46c2b4a
parentf5e079211be473bc73f9fa31b0bee78f6228da33 (diff)
Update .travis.ymlHEADmaster
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e584c7..10a9c57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ branches:
python:
- "3.5"
- "3.6"
+ - "3.7"
+ - "3.8"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests