Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Revert "split out requirements file"
Browse files Browse the repository at this point in the history
This reverts commit 3323046.
  • Loading branch information
joealcorn committed Sep 29, 2014
1 parent 4b9ac80 commit 0c3166f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- "pypy"
- "pypy3"

install: "pip install -r test-requirements.txt pytest-cov python-coveralls"
install: "pip install pytest==2.6.2 pytest-cov python-coveralls pytest-pep8==1.0.6 betamax==0.4.1"

script: py.test xbox/ --pep8 -v --cov xbox --cov-report term-missing
after_success:
Expand Down
5 changes: 4 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
-r test-requirements.txt
betamax==0.4.1
pytest-pep8==1.0.6
pytest==2.6.2
sphinx-rtd-theme==0.1.6
Sphinx==1.2.3
tox==1.7.2
twine==1.3.1
wheel
4 changes: 0 additions & 4 deletions test-requirements.txt

This file was deleted.

4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ envlist = py26,py27,py31,py32,py33,py34,pypy,pypy3

[testenv]
deps=
-rtest-requirements.txt
pytest-pep8==1.0.6
pytest==2.6.2
betamax==0.4.1
commands=
py.test xbox/ --pep8 --basetemp={envtmpdir} {posargs}

0 comments on commit 0c3166f

Please sign in to comment.