Travis and CodeCov files

This commit is contained in:
Ebag333
2016-12-13 20:37:52 -08:00
parent 57f930c83e
commit b2a5a20650
6 changed files with 96 additions and 0 deletions

15
tox.ini Normal file
View File

@@ -0,0 +1,15 @@
[tox]
envlist = pep8
skipsdist = True
[testenv]
passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python2.7
commands = py.test -vv --cov Pyfa tests/
[testenv:pep8]
deps = flake8
commands = flake8 --exclude=.svn,CVS,.bzr,.hg,.git,__pycache__,venv,tests,.tox,build,dist,__init__.py --ignore=E501,E731 gui_service gui eos utils config.py pyfa.py