mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 01:58:13 +00:00
Add more builds
This commit is contained in:
+4
-1
@@ -5,7 +5,10 @@ python:
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
# - pypy (something doesn't work with regex module)
|
||||
# - pypy (some unicode errors with pypy)
|
||||
env:
|
||||
- REGEX_DISABLED=0
|
||||
- REGEX_DISABLED=1
|
||||
install:
|
||||
- pip install pip --upgrade
|
||||
- pip install -r dev-requirements.txt
|
||||
|
||||
@@ -1,16 +1,11 @@
|
||||
[tox]
|
||||
envlist = py26,py27,py33,py34,py35
|
||||
envlist = py26,py27,py33,py34,py35,pypy
|
||||
|
||||
[testenv:py26]
|
||||
commands =
|
||||
{envbindir}/pip install -r dev-requirements.txt
|
||||
{envpython} setup.py test
|
||||
|
||||
[testenv:py35]
|
||||
commands =
|
||||
{envbindir}/pip install -r dev-requirements.txt
|
||||
{envpython} setup.py test
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
{envbindir}/pip install -r dev-requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user