Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59fab9 commit 02315f4Copy full SHA for 02315f4
.travis.yml
@@ -0,0 +1,6 @@
1
+language: python
2
+python: 3.6
3
+install:
4
+ - git clone --depth 1 --branch 3.7 https://github.com/python/cpython.git
5
+script:
6
+ - make CPYTHON_CLONE=cpython BRANCH=3.7
0 commit comments