mirror of
https://github.com/jongracecox/anybadge.git
synced 2026-01-04 19:32:11 +01:00
Added basic travis CI file.
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install -U setuptools pip
|
||||
|
||||
script:
|
||||
- python ./test.py
|
||||
Reference in New Issue
Block a user