mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Adding .travis.yml
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
langauge: python
|
||||
python:
|
||||
- "3.7"
|
||||
script:
|
||||
- "setup.py test"
|
||||
install:
|
||||
- "setup.py install"
|
||||
|
||||
Reference in New Issue
Block a user