File: tox.ini

package info (click to toggle)
python-twilio 6.51.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,260 kB
  • sloc: python: 128,982; makefile: 51
file content (9 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27, py3{4,5,6,7,8}, pypy
skip_missing_interpreters = true

[testenv]
deps= -r{toxinidir}/tests/requirements.txt
commands=
   nosetests \
   []