Browse Source

Take a stab at a first Travis config

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
7f0b63c519
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 12
      .travis.yml
  2. 4
      README.md

12
.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

4
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:

Loading…
Cancel
Save