Skip to content

Commit

Permalink
Merge pull request #333 from enthought/dev/tox
Browse files Browse the repository at this point in the history
DEV: run tests via Tox
  • Loading branch information
mdickinson committed Sep 28, 2016
2 parents 90fa328 + abf395e commit 4c11c75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
@@ -0,0 +1,8 @@
[tox]
envlist = py{26,27,33,34,35}

[testenv]
deps = -rtravis-ci-requirements.txt

changedir = .tox
commands = python -m nose.core -v traits

0 comments on commit 4c11c75

Please sign in to comment.