Browse Source

Update .travis.yml. Test the library on more Python version.

v0.2.x
jajupmochi 5 years ago
parent
commit
a9197b9b49
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .travis.yml

+ 5
- 1
.travis.yml View File

@@ -1,6 +1,10 @@
language: python language: python
python: python:
- '3.6.9'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '3.5' - '3.5'
- '3.6' - '3.6'
- '3.7' - '3.7'


Loading…
Cancel
Save