ipython-sql/tox.ini

10 lines
169 B
INI

[tox]
envlist = py27,py36
[testenv]
deps = pytest
-rrequirements.txt
-rrequirements-dev.txt
commands =
ipython -c "import pytest; pytest.main(['.'])"