File: tox.ini

package info (click to toggle)
python-ulmo 0.8.8%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,064 kB
  • sloc: python: 6,135; makefile: 144; sh: 5
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, 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
    pip install future
    py.test {posargs}