We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935eedf + ddd872c commit 9cdaed0Copy full SHA for 9cdaed0
.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