We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d45a59 commit a4764c5Copy full SHA for a4764c5
.travis.yml
@@ -52,7 +52,7 @@ env:
52
- NUMPY=numpy
53
- PANDAS=
54
- PYPARSING=pyparsing
55
- - PYTEST=pytest!=3.3.0
+ - PYTEST=pytest>=3.3.1
56
- PYTEST_COV=pytest-cov
57
- PYTEST_PEP8=
58
- SPHINX=sphinx
@@ -75,7 +75,7 @@ matrix:
75
- NUMPY=numpy==1.7.1
76
- PANDAS='pandas<0.21.0'
77
- PYPARSING=pyparsing==2.0.1
78
- - PYTEST=pytest==3.1.0
+ - PYTEST=pytest==3.3.1
79
- PYTEST_COV=pytest-cov==2.3.1
80
- SPHINX=sphinx==1.3
81
- python: 3.4
doc/devel/testing.rst
@@ -26,7 +26,7 @@ local FreeType build
26
27
The following software is required to run the tests:
28
29
- - pytest_ (>=3.1)
+ - pytest_ (>=3.3)
30
- mock_, when running Python 2
31
- Ghostscript_ (to render PDF files)
32
- Inkscape_ (to render SVG files)
0 commit comments