Commit Graph

12 Commits

Author SHA1 Message Date
Dmitri Bogomolov e77238fa07
Support tox and request more warnings:
- make separate tests runner - tests.py; python setup.py test still works
  - tox.ini with coverage config
  - -b: issue warnings about comparing bytearray with unicode
  - export PYTHONWARNINGS=all on stage install
2021-02-18 17:12:43 +02:00
Dmitri Bogomolov 6029ec85b6
Add python 3.7. Use general shebangs in scripts to test with python3;
Use 2.7_with_system_site_packages for python2 to run qt tests
as suggested in Travis doc instead of bypassing virtualenv by shebang.
2021-02-17 17:11:24 +02:00
Dmitri Bogomolov 731f75687e
Install needed packages and try to run Qt tests 2020-06-15 12:06:37 +03:00
Dmitri Bogomolov a7cfe5ba32
Try to test with tor 2019-09-25 18:55:01 +03:00
Dmitri Bogomolov 51df0507e2
Fixed signal files creation 2018-10-22 17:18:23 +03:00
Dmitri Bogomolov 5b1d2e56a1
Changes into test mode:
run in background, stop after 30 sec since last API response
2018-10-22 17:18:22 +03:00
Peter Šurda 3b4d73d291
Travis should test mandatory dependencies
- travis script tests mandatory dependencies
- may require additional commits as I don't know exactly how travis handles
  errors from multiple scripts
2018-07-22 13:20:07 +02:00
coffeedogs 3b75d900f6
Added: Sphinx docs, testing readthedocs integration
* Added: Sphinx configuration including readthedocs config
 * Added: Sphinx fabric task to auto-document the project
 * Fixed: Some issues in the code causing autodoc to fail when parsing
 * Added: Manual docs - structure, proof of concepts and RsT examples
 * Fixed: RsT formatting in docstrings
 * Fixed: Some adjacent minor style and lint issues
2018-06-13 10:07:45 +01:00
Dmitri Bogomolov c5462a00cc
Changes in Travis CI config: install pybitmessage and python_prctl 2018-04-05 13:48:13 +03:00
Peter Šurda 703700be0d
Remove optional modules from .travis.yml
- pyqt4, msgpack and pyopencl
- we don't have any tests for them now
2018-04-02 08:34:49 +02:00
Peter Šurda b1ac9c6faf
Update requirements.txt and .travis.yml
- requirements update
2018-03-29 11:23:50 +02:00
Peter Šurda 0790a33fbf
Add travis.yml and requirements.txt
- these are very minimalistic, with input from @g1itch, @sigoa and
  @venkateshpitta
2018-03-29 10:10:18 +02:00