• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2envlist=py27,py34,py35,py36
3
4[testenv]
5commands=
6    python setup.py test
7