Removed obsolete .travis.yml
This commit is contained in:
parent
ba4bbd4129
commit
f5ea771ed6
14
.travis.yml
14
.travis.yml
|
@ -1,14 +0,0 @@
|
||||||
language: python
|
|
||||||
cache: pip
|
|
||||||
dist: bionic
|
|
||||||
python:
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
- "3.9"
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
- 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
|
|
Loading…
Reference in New Issue
Block a user