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 9c75f81 commit 3cf2552Copy full SHA for 3cf2552
2 files changed
.travis.yml
@@ -0,0 +1,15 @@
1
+language: python
2
+dist: bionic
3
+
4
+jobs:
5
+ fast_finish: true
6
+ include:
7
+ - python: '3.6'
8
+ - python: '3.7'
9
+ - python: '3.8'
10
+ - python: '3.9-dev'
11
+ - python: nightly
12
13
+script:
14
+ - python -VV
15
+ - python tests/run_tests.py -v
README.rst
@@ -2,6 +2,10 @@
Python C API compatibility
++++++++++++++++++++++++++
+.. image:: https://travis-ci.org/pythoncapi/pythoncapi_compat.svg?branch=master
+ :alt: Build status of pyperf on Travis CI
+ :target: https://travis-ci.org/pythoncapi/pythoncapi_compat
Header file providing new functions of the Python C API for old Python versions.
Python 3.6 to Python 3.10 are supported. It requires a subset of C99 like
0 commit comments