We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935eedf commit ddd872cCopy full SHA for ddd872c
2 files changed
.travis.yml
@@ -1,4 +1,6 @@
1
language: python
2
python:
3
- "2.7"
4
-script: python setup.py test
+install:
5
+ - pip install tox
6
+script: tox
tox.ini
@@ -1,7 +1,7 @@
[tox]
-envlist = py26,py27,pypy
+envlist = py27
[testenv]
deps=nose
mock
coverage
7
-commands=nosetests
+commands=nosetests --with-coverage --cover-package=oca
0 commit comments