Use new make target for travis
This commit is contained in:
parent
c66e15dd4f
commit
27394535ec
@ -4,7 +4,8 @@ before_install:
|
|||||||
- sudo apt-get install -qq python3.4 python3-pip python3.4-venv
|
- sudo apt-get install -qq python3.4 python3-pip python3.4-venv
|
||||||
install:
|
install:
|
||||||
- python3 -m venv env
|
- python3 -m venv env
|
||||||
|
# travis had an issue...
|
||||||
- ./env/bin/pip install -U setuptools
|
- ./env/bin/pip install -U setuptools
|
||||||
- ./env/bin/pip install tox
|
- make test-env
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user