Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit f3dac6b

Browse files
committed
Adding initial tox configuration (2.6, 2.7, 3.3, 3.4)
1 parent 76906b1 commit f3dac6b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tox.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[tox]
2+
envlist = py26, py27, py33, py34
3+
4+
[testenv]
5+
changedir = {toxinidir}/pydrive/test
6+
deps =
7+
pytest
8+
httplib2
9+
PyYAML
10+
git+https://github.com/google/google-api-python-client.git
11+
commands =
12+
py.test -v -s

0 commit comments

Comments
 (0)