Skip to content

Commit a205bc4

Browse files
Updated requirements to support python 3.4 in Travis environment.
1 parent 4e501bc commit a205bc4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
alabaster==0.7.10
22
attrs==17.4.0
33
Babel==2.5.3
4-
bleach==3.1.4
54
certifi==2018.1.18
65
cffi>=1.11.5
76
chardet==3.0.4

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description =
77
py{27,30,31,32,33,34,35,36,37,38}: Run unit tests against {envname}.
88
passenv = TOXENV CI TRAVIS TRAVIS_*
99
deps =
10-
jsonschema
10+
-rrequirements.txt
1111
commands =
1212
pytest {posargs}
1313
codecov -e TOXENV
@@ -18,7 +18,7 @@ description =
1818
py{27,30,31,32,33,34,35,36,37,38}: Run unit tests against {envname}.
1919
passenv = TOXENV CI TRAVIS TRAVIS_*
2020
deps =
21-
{[testenv]deps}
21+
jsonschema
2222
regex
2323
commands =
2424
pytest {posargs}

0 commit comments

Comments
 (0)