File: tox.ini

package info (click to toggle)
python-arrow 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 468 kB
  • ctags: 1,055
  • sloc: python: 4,712; makefile: 190
file content (20 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py26,py27,py33,py34,py35
skip_missing_interpreters = True

[common]
deps =
    nose
    nose-cov
    simplejson

[testenv]
deps =
    {[common]deps}
    chai
commands = nosetests --all-modules --with-coverage arrow tests

[testenv:py26]
deps =
    {[common]deps}
    chai==0.3.1