Commit f97cf32c by fwkz

Removing python 3 from Travis build and tox.

parent dc6a578d
language: python
python:
- "2.7"
- "3.2"
- "3.3"
install:
- "pip install -r requirements.txt"
......
[tox]
skipsdist = True
envlist = py27,py31,py32,py33
envlist = py27
[testenv]
deps =
py27,py31: mock
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