Commit f97cf32c by fwkz

Removing python 3 from Travis build and tox.

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