Running travis and tox with python 3.4.

This commit is contained in:
Iuri de Silvio
2014-05-27 19:46:32 -03:00
parent 84e7e251ae
commit 7acaa8460d
2 changed files with 3 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
install:
- python setup.py install
script: python test_tablib.py
+2 -6
View File
@@ -4,12 +4,8 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py32, py33, pypy
envlist = py26, py27, py32, py33, py34, pypy
[testenv]
commands = python setup.py test
deps =
pytest
PyYAML
xlrd
omnijson
deps = pytest