electrum-bitcoinprivate/.travis.yml

15 lines
307 B
YAML
Raw Normal View History

sudo: false
2014-06-24 23:49:33 -07:00
language: python
python:
2017-02-24 12:50:54 -08:00
- "3.5"
- "3.6"
2015-07-02 00:04:02 -07:00
install:
2015-07-02 02:31:14 -07:00
- pip install tox
2017-02-24 12:50:54 -08:00
- pip install tox-travis
2017-11-08 08:58:17 -08:00
- pip install python-coveralls
2015-07-02 00:04:02 -07:00
script:
2015-07-02 02:31:14 -07:00
- tox
2017-05-18 12:04:09 -07:00
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi
2017-11-08 08:58:17 -08:00
- coveralls