mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Added travis.yml
This commit is contained in:
parent
c0d5b3f255
commit
d14e701b4b
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install mkdocs"
|
||||
# command to run tests
|
||||
before_script: "mkdocs build --clean"
|
||||
script: "push-ghpages.sh"
|
Loading…
Reference in New Issue
Block a user