This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
ipc-unix/.travis.yml
2018-12-08 16:11:56 +00:00

15 lines
186 B
YAML

language: python
sudo: required
dist: xenial
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -e .
- pip install -r dev-requirements.txt
script:
- ./scripts/test.sh