diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..b4338cfd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: 3.6 +install: + - git clone --depth 1 --branch 3.7 https://github.com/python/cpython.git +script: + - make CPYTHON_CLONE=cpython BRANCH=3.7