archive
/
ipc-unix
Archived
1
Fork 0

Add travis to test multiple versions of Python

This commit is contained in:
Jake Howard 2018-12-08 15:39:13 +00:00
parent 964398722a
commit 223f50b5be
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: python
python:
- "3.4"
- "3.5"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -e .
- pip install -r dev-requirements.txt
script:
- ./scripts/test.sh