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