File: tox.ini

package info (click to toggle)
python-twilio 7.7.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,976 kB
  • sloc: python: 148,884; makefile: 50; sh: 2
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py3{6,7,8,9}, pypy
skip_missing_interpreters = true

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