summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
commit1a6f9f94ed7e2322f75cf1d4ca15254205c8a856 (patch)
tree141e267c58c61437212dfabb5dac160800d2f2c8 /docker-compose.yaml
parent745311fad7d45c0721cf4ed1903b56057939726a (diff)
downloadruamel.yaml-1a6f9f94ed7e2322f75cf1d4ca15254205c8a856.tar.gz
add py.typed to distribution0.15.99
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..be63d4a
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,13 @@
+version: '2'
+user-data:
+ author: Anthon van der Neut <a.van.der.neut@ruamel.eu>
+ description: manylinux1 wheel build container for ruamel.yaml
+ env-defaults:
+ PYDISTBASE: /tmp # for building, normally set by `dv --distbase`
+services:
+ yamlmanylinux1:
+ container_name: yamlmanylinux1
+ build: .
+ volumes:
+ - ${PYDISTBASE}/ruamel.yaml:/src/dist
+ - .:/src