diff options
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | tox.ini | 8 |
2 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d677d37..5c4c8cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 install: - python setup.py install script: python test_tablib.py @@ -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 |
