-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
tox.ini
29 lines (28 loc) · 816 Bytes
/
tox.ini
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.
# http://tox.readthedocs.io/en/latest/config.html
#
# To run tox faster, check out Detox
# (https://pypi.python.org/pypi/detox), which runs your tox runs in
# parallel. To use it, "pip install detox" and then run "detox" from
# this directory.
[tox]
envlist =
py{35,36}-pyqt
py{27,34}-pyside
[testenv]
sitepackages = True
whitelist_externals = xvfb-run
deps =
numpy
matplotlib
scipy
pandas
git+https://github.com/ashwinvis/scikit-aero#egg=scikit-aero
py27: subprocess32
pyqt: pyqt5
pyside: pyside
commands =
xvfb-run caeroc-test