Skip to content

Commit

Permalink
Add tox support
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzosaino committed Jul 29, 2018
1 parent aad3c6b commit eb8adca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -3,6 +3,9 @@ scipy

# Testing
pytest
pylama
flake8-import-order
tox

# Documentation
numpydoc
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
@@ -0,0 +1,8 @@
[tox]
envlist = py27,py34,py35,py36

[testenv]
deps = -rrequirements.txt
whitelist_externals = make
commands =
make test

0 comments on commit eb8adca

Please sign in to comment.