master
Rémi Calixte 2019-01-22 11:22:20 -05:00 committed by Maxime Mouial
parent 9ea77f6d19
commit 67b7b05b0f
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ workflows:
version: 2
build_test_deploy:
jobs:
# Currently we inconditionally bind some newer functions making 3.5 and 3.6 nott working.
# We could later check for python version and readd the tests
# - python3.5
# - python3.6
- python3.7

View File

@ -40,3 +40,5 @@ the `int` represent the error code from the CPython `PyRun_AnyFile` function
and error will be set if we failed to open `filename`.
If an error is raise before calling th CPython function `int` default to `-1`.
Take a look at some [examples](examples)