Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
b98d1f3b
Commit
b98d1f3b
authored
Jul 27, 2019
by
rusty1s
Browse files
building docs
parent
260cd541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
b98d1f3b
...
@@ -21,12 +21,14 @@ install:
...
@@ -21,12 +21,14 @@ install:
-
pip install pycodestyle
-
pip install pycodestyle
-
pip install flake8
-
pip install flake8
-
pip install codecov
-
pip install codecov
-
pip install sphinx
-
pip install sphinx_rtd_theme
script
:
script
:
-
pycodestyle .
-
pycodestyle .
-
flake8 .
-
flake8 .
-
python setup.py install
-
python setup.py install
-
python setup.py test
-
python setup.py test
-
cd docs &&
pip install -r requirements.txt &&
make clean && make html && make doctest && cd ..
-
cd docs && make clean && make html && make doctest && cd ..
after_success
:
after_success
:
-
codecov
-
codecov
notifications
:
notifications
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment