remove all package from .yml file
This commit is contained in:
parent
42ea413840
commit
2a48cdde7c
13
.travis.yml
13
.travis.yml
|
@ -1,18 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- build-essential
|
|
||||||
- libcap-dev
|
|
||||||
- python-qt4
|
|
||||||
- tor
|
|
||||||
- xvfb
|
|
||||||
# install:
|
|
||||||
# - pip install -r requirements.txt
|
|
||||||
# - ln -s src pybitmessage # tests environment
|
|
||||||
# - python setup.py install
|
|
||||||
script:
|
script:
|
||||||
- python checkdeps.py
|
- python checkdeps.py
|
||||||
- xvfb-run src/bitmessagemain.py -t
|
- xvfb-run src/bitmessagemain.py -t
|
||||||
|
|
Reference in New Issue
Block a user