aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/sra_client/tox.ini
blob: 3d0be613cfc71c93751e1fe1f6b79586b941b822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27, py3

[testenv]
deps=-r{toxinidir}/requirements.txt
     -r{toxinidir}/test-requirements.txt

commands=
   nosetests \
      []