Skip to content

Commit 6148278

Browse files
author
Codeslayer666
committed
Dev requirements: range for pytest
1 parent 4754681 commit 6148278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- "3.6"
88
- "nightly"
99
install:
10-
- pip install tox-travis
10+
- pip install tox tox-travis
1111
- pip install -r requirements.txt
1212
script:
1313
- tox

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==4.1
1+
pytest>=2.9.2,<4.1
22
py>=1.4.26
33
mock>=1.0.1
44
responses==0.3.0

0 commit comments

Comments
 (0)