From 7cd3269f1678e0d44ae5e9f697dafae12f6be166 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Thu, 30 Jan 2020 13:16:58 +0200 Subject: [PATCH] Add simple Travis CI configuration --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e223e35 --- /dev/null +++ b/.travis.yml @@ -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