Updated travis build.

This commit is contained in:
Bastian Kleineidam 2013-02-15 07:20:55 +01:00
parent aee2b2de46
commit eed0269bb1
2 changed files with 2 additions and 3 deletions

View file

@ -7,6 +7,6 @@ install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt --use-mirrors
- pip install pytest-xdist --use-mirrors - pip install pytest-xdist --use-mirrors
# command to run tests # command to run tests
script: make test TESTS=tests.test_util script: make test TESTS=tests/test_util.py
#notifications: #notifications:
# email: false # email: false

View file

@ -1,6 +1,5 @@
# This Makefile is only used by developers. # This Makefile is only used by developers.
PYVER:=2.7 PYTHON:=python
PYTHON:=python$(PYVER)
VERSION:=$(shell $(PYTHON) setup.py --version) VERSION:=$(shell $(PYTHON) setup.py --version)
MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer) MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer)
AUTHOR:=$(shell $(PYTHON) setup.py --author) AUTHOR:=$(shell $(PYTHON) setup.py --author)