Skip to content

Commit

Permalink
Update linter; speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cemsbr committed Jan 20, 2018
1 parent 4f9b5eb commit adb5abc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -34,4 +34,4 @@ terminaltables==3.1.0
tox==2.9.1
virtualenv==15.1.0 # via tox
wrapt==1.10.11 # via astroid
yala==1.4.0
yala==1.5.0
11 changes: 9 additions & 2 deletions tox.ini
Expand Up @@ -3,6 +3,10 @@ envlist = py35,py36

[testenv]
whitelist_externals = rm
deps=
-rrequirements-dev.txt

[testenv:py36]
commands=
; Force packaging even if setup.{py,cfg} haven't changed
rm -rf ./tagcash.egg-info/
Expand All @@ -12,5 +16,8 @@ commands=
eradicate -r setup.py tagcash tests
rstcheck README.rst
coverage report
deps=
-rrequirements-dev.txt

[testenv:py35]
commands=
rm -rf ./tagcash.egg-info/
python setup.py test

0 comments on commit adb5abc

Please sign in to comment.