diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-04-08 17:21:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-04-08 17:21:54 -0400 |
commit | 462a7d5ccc654b4a801a26ec70e208bea3343415 (patch) | |
tree | 1653a380b48fc388313560632174f3aa1de97c00 | |
parent | 561bcd4d1048e0382fd45ac91f58efad0642629d (diff) | |
download | shebeshebe-462a7d5ccc654b4a801a26ec70e208bea3343415.tar.gz |
Initial commit
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..521a015 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: python +python: + - "3.6" +script: ./corner.py -s 100 |