Skip to content

Commit

Permalink
Upgraded python requirements. Make COVERALLS_REPO_TOKEN available to …
Browse files Browse the repository at this point in the history
…tox.
  • Loading branch information
jessamynsmith committed May 31, 2019
1 parent fe6a01e commit 0e4012d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r common.txt
PyYAML==3.11
coverage==4.0a5
coveralls==1.0a2
coverage==4.5.3
coveralls==1.7.0
docopt==0.6.2
flake8==2.4.0
mccabe==0.3
mock==1.0.1
nose==1.3.6
pep8==1.5.7
pyflakes==0.8.1
requests==2.6.0
flake8==3.7.7
mccabe==0.6.1
mock==3.0.5
nose==1.3.7
pep8==1.7.1
pyflakes==2.1.1
PyYAML==5.1
requests==2.22.0
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
[tox]
skipsdist = True

envlist = py27, py33, py34, py35, py36, py37
envlist = py27, py33, py35, py36, py37

[testenv]
commands = nosetests
deps = -rrequirements/development.txt

[testenv:py37]
passenv = COVERALLS_REPO_TOKEN
commands = ./nose_coveralls_flake.sh
deps = -rrequirements/development.txt

0 comments on commit 0e4012d

Please sign in to comment.