File: tox.ini

package info (click to toggle)
python-ulmo 0.8.8%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,348 kB
  • sloc: python: 6,100; makefile: 144; sh: 13
file content (16 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist = py27, py36
[testenv]
sitepackages=False
deps=
    mock
    pytest
    httpretty==0.8.6
    html5lib
    freezegun
commands=
    pip install cython
    pip install numexpr
    pip install pandas
    pip install tables
    py.test {posargs}