File: tox.ini

package info (click to toggle)
wtforms-json 0.3.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: python: 819; makefile: 140; sh: 11
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = {py27,py33,py34,py35,py36}-{wtf,wtf2}

[testenv]
commands =
    py.test tests
deps =
    .[test]
    wtf: WTForms==1.0.5
    wtf2: WTForms==2.1