File: tox.ini

package info (click to toggle)
python-flask-seeder 1.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,062; makefile: 2
file content (16 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist = py{36,37}, pylint
skip_missing_interpreters = true

[travis]
python =
    3.6: py36,pylint

[testenv:pylint]
deps = pylint
commands = pylint flask_seeder/

[testenv]
passenv = CI TRAVIS TRAVIS_*
deps = pytest
commands = pytest