Skip to content

Commit

Permalink
removing doctrees and fixing more travis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 19, 2016
1 parent 1c30b7a commit eb39f8d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ env:

# command to install dependencies, e.g. pip install -r requirements.txt
install:
- pip install -r tests/requirements.txt
- pip install -e .
- pip install tox
- pip install coveralls

script:
- tox -e $TOX_ENV

after_success:
- coveralls

notifications:
email:
on_success: never
Expand Down
Binary file removed docs/doctrees/formatter.doctree
Binary file not shown.
Binary file removed docs/doctrees/formatter2.doctree
Binary file not shown.
Binary file removed docs/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/doctrees/modules.doctree
Binary file not shown.
Binary file removed docs/doctrees/usage.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ skip_missing_interpreters = True

[testenv]
deps = -r{toxinidir}/tests/requirements.txt
usedevelop = True
commands = py.test {posargs}

[testenv:docs]
deps = -r{toxinidir}/docs/requirements.txt
usedevelop = True
basepython = python
whitelist_externals =
rm
Expand All @@ -17,5 +19,5 @@ commands =
rm -f docs/project_name.rst
rm -f docs/modules.rst
mkdir -p docs/_static
sphinx-build -W -b html -d docs/doctrees docs docs/html {posargs}
sphinx-build -b html -d docs/doctrees docs docs/html {posargs}

0 comments on commit eb39f8d

Please sign in to comment.