We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a46d75 + dea16d8 commit 55bebc2Copy full SHA for 55bebc2
.travis.yml
@@ -18,3 +18,4 @@ script: tests/${TEST}
18
# to execute will permit them to be executed in parallel
19
env:
20
- TEST=lint.sh
21
+ - TEST=docs.sh
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='cinch',
12
- version='0.2.1',
+ version='0.3.0',
13
description='Cinch continuous integration setup',
14
long_description=description,
15
url='https://github.com/RedHatQE/cinch',
@@ -30,7 +30,9 @@
30
include_package_data=True,
31
install_requires=[
32
'ansible>=2.1',
33
- 'plumbum>=1.6.0'
+ 'plumbum>=1.6.0',
34
+ 'linchpin>=0.8.2',
35
+ 'sphinx_rtd_theme'
36
],
37
entry_points={
38
'console_scripts': [
tests/docs.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+set -ve
3
+
4
+cd docs
5
+make html
0 commit comments