diff options
author | Russel Winder <russel@winder.org.uk> | 2016-01-25 07:46:43 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2016-01-25 07:46:43 (GMT) |
commit | 664c1a40e20c38842a7dc8097ba32638c8925dde (patch) | |
tree | c650e1d4192bb841c231b68b2240c7dbe6b84908 | |
parent | 36d36e8dbf9e43c412f7a52a38dc1f9d9e8bb078 (diff) | |
download | SCons-664c1a40e20c38842a7dc8097ba32638c8925dde.zip SCons-664c1a40e20c38842a7dc8097ba32638c8925dde.tar.gz SCons-664c1a40e20c38842a7dc8097ba32638c8925dde.tar.bz2 |
Add a Shippable build file.
-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 |