mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-05 09:31:40 -05:00
.travis.yml: Add initial config for Travis CI
This commit is contained in:
parent
6f52710420
commit
b60c39a5fc
1 changed files with 19 additions and 0 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 3.5
|
||||||
|
- 3.6
|
||||||
|
- 3.7
|
||||||
|
cache:
|
||||||
|
pip: true
|
||||||
|
|
||||||
|
install:
|
||||||
|
- python -m pip install flake8 setuptools wheel
|
||||||
|
- python -m pip install -r requirements.txt
|
||||||
|
- python setup.py install
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- flake8 --statistics .
|
||||||
|
script:
|
||||||
|
- mkdir html
|
||||||
|
- sphinx-multiversion docs html
|
||||||
|
- python setup.py build sdist bdist_wheel
|
Loading…
Add table
Reference in a new issue