forked from nficano/python-lambda
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
Latest commit
12 lines (10 loc) · 351 Bytes
/
Copy pathtox.ini
File metadata and controls
12 lines (10 loc) · 351 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py26, py27, py33, py34, py35
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/python-lambda
commands = python setup.py test
; If you want to make tox run the tests with the same versions, create a
; requirements.txt with the pinned versions and uncomment the following lines:
; deps =
; -r{toxinidir}/requirements.txt