updated travis.yml file for only running checkdeps module
This commit is contained in:
parent
9265235053
commit
42ea413840
|
@ -9,10 +9,10 @@ addons:
|
||||||
- python-qt4
|
- python-qt4
|
||||||
- tor
|
- tor
|
||||||
- xvfb
|
- xvfb
|
||||||
install:
|
# install:
|
||||||
- pip install -r requirements.txt
|
# - pip install -r requirements.txt
|
||||||
- ln -s src pybitmessage # tests environment
|
# - ln -s src pybitmessage # tests environment
|
||||||
- python setup.py install
|
# - 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