MiNode/.travis.yml

15 lines
286 B
YAML
Raw Normal View History

2020-01-30 11:16:58 +00:00
language: python
cache: pip
dist: bionic
python:
- "3.7"
- "3.8"
- "3.9"
install:
2021-03-07 21:41:13 +00:00
- pip install -r requirements.txt
2020-01-30 11:16:58 +00:00
- python setup.py install
script:
- ./start.sh --data-dir /tmp --connection-limit 16 &
- sleep 25; pkill -P $(pgrep start.sh); sleep 5
- python -bm tests