File: tox.ini

package info (click to toggle)
python-ulmo 0.8.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: python: 6,550; makefile: 144
file content (17 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py27, py34
[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
    pip install future
    py.test {posargs}