Skip to content

Commit

Permalink
Added requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Apr 20, 2018
2 parents 4174259 + 271fd16 commit fbba733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx==1.7.2
pylint==1.8.4
pytest==3.5.0
tox==3.0.0
pytest-cov==2.5.1
mock==2.0.0
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ skip_missing_interpreters=True
passenv=TRAVIS_*

[testenv]
deps =
pylint
pytest
pytest-cov
mock
deps = -rrequirements.txt

commands =
python -m pylint setup.py
python -m pylint src/friendlypins
python -m pytest ./unit_tests -v --cov-report html --cov-report term --cov friendlypins --no-cov-on-fail
python -m pytest ./unit_tests -v --cov-report html --cov-report term --cov friendlypins --no-cov-on-fail

0 comments on commit fbba733

Please sign in to comment.