update tox and travis config for supported python versions 2.7 and 3.4

This commit is contained in:
Noah Levitt 2015-03-18 16:36:24 -07:00
parent 016749a822
commit 0eb2917e50
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ language: python
env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
before_install:

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py34
envlist = py27, py34
[testenv]
commands = py.test warcprox