summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIuri de Silvio <iurisilvio@gmail.com>2014-05-27 19:46:32 -0300
committerIuri de Silvio <iurisilvio@gmail.com>2014-05-27 21:18:14 -0300
commit7acaa8460dc69f172dee4db6e0492af1db86492e (patch)
treeabc3d927fc09c2f800a8196f5a2eb84f5fdcb03b
parent84e7e251aec1d0ef8b3d45376ed91c49bf2c2f06 (diff)
downloadtablib-7acaa8460dc69f172dee4db6e0492af1db86492e.tar.gz
Running travis and tox with python 3.4.
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini8
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
diff --git a/tox.ini b/tox.ini
index 08f72aa..52cd321 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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