Skip to content

Commit

Permalink
Added CQA reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cblegare committed May 31, 2017
1 parent 2a7075f commit fc46d27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- TOXENV=pypy

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox
install: pip install -U tox -rrequirements_dev.txt

# command to run tests, e.g. python setup.py test
script: tox -e ${TOXENV}
10 changes: 10 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
flake8
flake8-quotes>=0.3
xenon
sphinx_rtd_theme
sphinx>=1.5
pytest-cov
pytest
coverage
pycodestyle>=2.2
pytest-flake8

0 comments on commit fc46d27

Please sign in to comment.