File: tox.ini

package info (click to toggle)
python-sparkpost 1.3.10-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: python: 2,528; makefile: 31; sh: 10
file content (17 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = {py27,py34}-django{17,18}, py35-django{18,19}

[testenv]
deps =
    -rtest-requirements.txt
    django17: Django>=1.7,<1.8
    django18: Django>=1.8,<1.9
    django19: Django>=1.9,<1.10

commands = py.test test/

[testenv:py35-django19]

commands =
    flake8 sparkpost test
    py.test --cov-report term-missing --cov-report html --cov sparkpost test/