From 7f0b63c519cb01d1444278e657504ffbe2a1b5c9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Jul 2020 01:13:08 +0200 Subject: [PATCH] Take a stab at a first Travis config --- .travis.yml | 12 ++++++++++++ README.md | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bf950a1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python + +python: + - "3.6" + - "3.7" + - "3.8" + +install: + - pip install -r requirements.txt + +script: + - pyinstaller --onefile dropship.py diff --git a/README.md b/README.md index f813243..3332273 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # dropship +[![Build Status](https://travis-ci.com/decentral1se/dropship.svg?branch=main)](https://travis-ci.com/decentral1se/dropship) + lets try magic wormhole with a nice interface [![Screenshot of dropship interface](https://vvvvvvaria.org/~r/dropship.png)](https://vvvvvvaria.org/~r/dropship0.1.webm)] -*(click for video)* +_(click for video)_ ## what is what: