Browse Source

fix tox deps; correct test instructin in README

[ci skip]
pull/34/head
Rossen Georgiev 9 years ago
parent
commit
2a7ef02506
  1. 1
      README.rst
  2. 7
      tox.ini

1
README.rst

@ -48,6 +48,7 @@ To run for specific version, setup a ``virtual environment``::
virtualenv -p python3 py3
source py3/bin/active
pip install -r requirements.txt
make test
To run for ``python 2.7`` and ``3.4`` assuming you have them installed::

7
tox.ini

@ -4,11 +4,6 @@ envlist = py27, py34
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose
coverage
mock
vcrpy
pyyaml
deps = -rrequirements.txt
commands =
nosetests --verbosity 1 --with-coverage --cover-package=steam

Loading…
Cancel
Save