Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
452bb43f
Commit
452bb43f
authored
Sep 11, 2015
by
Daniele Venzano
Browse files
Use pytest and add Sphinx to travis-ci
parent
54773bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
452bb43f
...
...
@@ -2,6 +2,8 @@ language: python
python
:
-
"
3.4"
install
:
-
pip install --allow-all-external -r requirements.txt
-
pip install nose
script
:
nosetests
-
pip install -r requirements.txt
-
pip install pytest
script
:
-
py.test
-
sphinx-build -nW -b html -d docs/_build/doctrees docs/ docs/_build/html
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