mirror of
https://github.com/wassname/flask-cloudy.git
synced 2026-08-20 12:20:28 +08:00
6 lines
116 B
INI
6 lines
116 B
INI
# content of: tox.ini , put in same dir as setup.py
|
|
[tox]
|
|
envlist = py26,py27
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test |