mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 09:50:55 +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