Add simple Travis CI configuration

This commit is contained in:
Dmitri Bogomolov 2020-01-30 13:16:58 +02:00
parent 3fa84d1f4b
commit 7cd3269f16
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
cache: pip
dist: bionic
python:
- "3.7"
- "3.8"
- "3.9"
install:
- 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