Skip to content

Commit

Permalink
Merge pull request ColtonProvias#34 from rockstar/tox-plz
Browse files Browse the repository at this point in the history
Add tox support for running tests on multiple pythons
  • Loading branch information
Anderycks authored Feb 22, 2017
2 parents f5ce867 + d8383e3 commit 6c5cea5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tox]
envlist = py27,py3

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

[testenv:dandruff]
deps=-r{toxinidir}/requirements.txt
flake8
commands=flake8 {toxinidir}/sqlalchemy_jsonapi

0 comments on commit 6c5cea5

Please sign in to comment.