pyo3 0.8.4

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py35,
          py36,
          py37,
minversion = 3.4.0
skip_missing_interpreters = true

[testenv]
description = Run the unit tests under {basepython}
skip_install = True
usedevelop = True
whitelist_externals = cargo
commands = cargo test