diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:58:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 04:13:06 +0300 |
commit | 873e2e07347cc40a310680e190c7535068699a7b (patch) | |
tree | 59496274bc7d588a2efd4e4f6ac988319c01a5d6 /.travis.yml | |
parent | add plot.sh (same as plot.bat) (diff) | |
download | sorting-algorithms-873e2e07347cc40a310680e190c7535068699a7b.tar.gz sorting-algorithms-873e2e07347cc40a310680e190c7535068699a7b.zip |
add Travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5147012 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - '3.4' + - '3.5' + - '3.6' + - '3.7' +script: ./.travis/plot.sh |