Browse Source
Merge pull request #12 from jajupmochi/v0.2
Update .travis.yml. Test the library on more Python version.
tags/v0.2.0
linlin
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
.travis.yml
|
|
@@ -1,9 +1,6 @@ |
|
|
|
language: python |
|
|
|
python: |
|
|
|
- '3.0' |
|
|
|
- '3.1' |
|
|
|
- '3.2' |
|
|
|
- '3.3' |
|
|
|
- '3' |
|
|
|
- '3.4' |
|
|
|
- '3.5' |
|
|
|
- '3.6' |
|
|
|