Take a stab at a first Travis config
This commit is contained in:
parent
307984099b
commit
7f0b63c519
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
script:
|
||||||
|
- pyinstaller --onefile dropship.py
|
@ -1,10 +1,12 @@
|
|||||||
# dropship
|
# 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
|
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)]
|
[![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:
|
## what is what:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user