Merge pull request #1384 from Kodiologist/test-pypy3
Test PyPy3 on Travis
This commit is contained in:
commit
63958403b4
@ -6,8 +6,8 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- pypy
|
- pypy
|
||||||
|
- pypy3
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pytest
|
|
||||||
- pip install -r requirements-travis.txt
|
- pip install -r requirements-travis.txt
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: pytest
|
script: pytest
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-r requirements-travis.txt
|
-r requirements-travis.txt
|
||||||
|
|
||||||
# test tools
|
# test tools
|
||||||
pytest
|
|
||||||
tox
|
tox
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
Pygments>=1.6
|
Pygments >= 1.6
|
||||||
Sphinx
|
Sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
pytest >= 3.2.1
|
||||||
|
|
||||||
# code quality
|
# code quality
|
||||||
flake8
|
flake8
|
||||||
coverage
|
coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user