mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Enable CI on Travis
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
script: python setup.py && python setup.py test
|
||||
sudo: false
|
||||
Reference in New Issue
Block a user