Skip to content
Snippets Groups Projects
Commit 313e9ac5ad72 authored by Marcin Kasperski's avatar Marcin Kasperski
Browse files

Giving up on py3.5, it doesn't handle re.compile(b'…')

parent 629029a466ed
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
minversion = 1.8
toxworkdir = {homedir}/.tox/work/mercurial/extension_utils
distshare = {homedir}/.tox/distshare
envlist = py{35,36,37}-hg{52,51},py27-hg{52,51,50,49,48,45,44,41,38,37,33,30,29,27}
envlist = py{36,37}-hg{52,51},py27-hg{52,51,50,49,48,45,44,41,38,37,33,30,29,27}
skip_missing_interpreters = true
......@@ -7,6 +7,9 @@
skip_missing_interpreters = true
; py35 is troublesome to install sometimes, but deadsnakes PPA helps
; sudo add-apt-repository ppa:deadsnakes/ppa
;; We don't test python3.5, it's old and causes regexp problems (and some apis
;; actually fail).
;;
;; Installing custom pythons:
;; sudo add-apt-repository ppa:deadsnakes/ppa
[testenv]
passenv = HOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment