forked from Emsu/prophet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
29 lines (23 loc) · 687 Bytes
/
tox.ini
File metadata and controls
29 lines (23 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py27, py34
[testenv]
# We test distribution tarballs in travis instead
usedevelop=True
commands = py.test tests
deps =
pytest
pandas==0.15.1
six==1.8.0
mock==1.0.1
livereload==2.2.0
Sphinx==1.2.3
alabaster==0.6.1
sphinxcontrib-napoleon==0.2.8
sphinx-autobuild==0.3.0
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck