Updated travis build.
This commit is contained in:
parent
aee2b2de46
commit
eed0269bb1
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue