Skip to content

Commit

Permalink
tox.ini added !
Browse files Browse the repository at this point in the history
  • Loading branch information
perrette committed Oct 9, 2018
1 parent 50b67c4 commit 9ef8748
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tox.ini
@@ -0,0 +1,21 @@
# Tox (https://tox.readthedocs.io/) 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, py35

[testenv]
commands = py.test --cov dimarray tests --cov-report=term

deps =
future
numpy
netCDF4
pytest
coverage
pytest-cov

[pytest]
norecursedirs = .tox

0 comments on commit 9ef8748

Please sign in to comment.