mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Create .travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
script:
|
||||
- "python -m unittest discover tests"
|
||||
install:
|
||||
- "pip install setuptools"
|
||||
Reference in New Issue
Block a user