File: tox.ini

package info (click to toggle)
pytsk 20161109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,200 kB
  • ctags: 1,108
  • sloc: python: 3,576; ansic: 3,102; makefile: 62; sh: 40
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