mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
Create .travis.yml
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.5"
|
||||
- "3.4"
|
||||
- "3.3"
|
||||
- "3.2"
|
||||
- "3.1"
|
||||
- "3.0"
|
||||
script:
|
||||
- "python3 setup.py test"
|
||||
install:
|
||||
- "pip3 install setuptools"
|
||||
Reference in New Issue
Block a user