annotate tox.ini @ 193:dc495f0b5ee8 default tip

[testing] toxify
author Jeff Hammel <k0scist@gmail.com>
date Sun, 13 Aug 2017 15:52:01 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
193
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
1 # https://tox.readthedocs.io/en/latest/
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
2 [tox]
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
3 envlist=py27
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
4 [testenv]
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
5 deps=pytest
dc495f0b5ee8 [testing] toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
6 commands=pytest tests/