diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 06:26:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-03 06:26:58 +0200 |
commit | 27b47b5db42407baf5d704bf52c35015b2c0ad7b (patch) | |
tree | 320f8d5fc315c211f7d073891bd7117754f5f5b3 /shippable.yml | |
parent | 6be31f5d140b81227911cabfc61d3802c76c1b61 (diff) | |
parent | fabd454ddf505302bf41ef4da0609437c29d5605 (diff) |
Merge branch 'release/3.0.0+repack-1'3.0.0+repack-1
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 0000000..b7e363a --- /dev/null +++ b/shippable.yml @@ -0,0 +1,7 @@ +language: python + +python: + - "2.7" + - "3.4" + +script: python runtest.py -a |