archive
/
ipc-unix
Archived
1
Fork 0
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

16 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