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
|
||||
- tor
|
||||
- xvfb
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- ln -s src pybitmessage # tests environment
|
||||
- python setup.py install
|
||||
# install:
|
||||
# - pip install -r requirements.txt
|
||||
# - ln -s src pybitmessage # tests environment
|
||||
# - python setup.py install
|
||||
script:
|
||||
- python checkdeps.py
|
||||
- xvfb-run src/bitmessagemain.py -t
|
||||
|
|
Reference in New Issue
Block a user