File: tox.ini

package info (click to toggle)
python-forbiddenfruit 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 529; ansic: 149; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py27, py30, py33, py34, py35, py36, py37

[testenv]
setenv =
    FFRUIT_EXTENSION = true
whitelist_externals = make
commands = make
deps =
    nose
    coverage