File: tox.ini

package info (click to toggle)
pytsk 20200117-3.1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,516 kB
  • sloc: ansic: 3,090; python: 3,007; sh: 115; makefile: 68
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27, py34

[testenv]
pip_pre = True
deps = 
    pip >= 7.0.0
    pytest
commands = python run_tests.py