mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
add travis config
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
|
||||
install:
|
||||
- pip install --use-mirrors testify
|
||||
|
||||
script:
|
||||
- testify -v tests
|
||||
Reference in New Issue
Block a user