Commit fafcb97f by fwkz

Travis config.

parent 33a2c0eb
language: python
env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
install:
- pip install tox
script:
- tox
\ No newline at end of file
[tox]
skipsdist = True
envlist = py27
envlist = py27,py31,py32,py33
[testenv]
deps =
py27: mock
py27,py31: mock
pexpect
-r{toxinidir}/requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment