Using travis to check for errors.

This commit is contained in:
Julien Palard 2018-07-23 11:28:48 +02:00
parent d59fab9118
commit 02315f44e9

6
.travis.yml Normal file
View File

@ -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