summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 00:02:54 +0300
committerIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 00:02:54 +0300
commit04495c67882c9fed56e1a2edd77935bfa5b07f7d (patch)
tree0bdcea8e6e088e3515ae2e13c56df55776e4441a /tox.ini
parentfb49cd77cd0f3317bed4da508942012cca0c151d (diff)
Enable pypy3 and use latest rls (just copy the ugly stuff from https://github.com/biopython/biopython/commit/da7abb2f07f4970d821fdc922368ecc8efa05501).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bc3b1e2..b80f1a9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,7 @@ envlist =
[testenv]
basepython =
pypy: {env:TOXPYTHON:pypy}
+ pypy3: {env:TOXPYTHON:pypy3}
{py27,docs,spell}: {env:TOXPYTHON:python2.7}
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}