Skip to content

Commit

Permalink
fixing broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsplode committed Sep 14, 2018
1 parent a466988 commit 05625fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
- cd tests && pybabel compile -d ./translations && cd ..

script:
- python setup.py test
- coverage run -m pytest ./tests
#- pytest tests/ -v --capture=no
- pylint --rcfile=./pylintrc appkernel
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
# 1.2.0 # Final Release
version='1.2.0',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
setup_requires=['pytest-runner'],
install_requires=[
'pyyaml', 'enum34', 'pymongo==3.7.1', 'simplejson',
'Flask > 0.12.3', 'werkzeug', 'eventlet',
'wrapt', 'passlib==1.7.1', 'jsonschema',
'flask-babel', 'babel', 'pyjwt', 'cryptography',
'sets', 'aiohttp', 'cchardet', 'aiodns', 'requests'
],
tests_require=['pytest', 'pytest-flask', 'requests-mock', 'codecov', 'pytest-cov', 'recommonmark'],
tests_require=['pytest', 'pytest-flask', 'requests-mock', 'codecov', 'pytest-cov', 'recommonmark', 'money'],
include_package_data=True,
platforms='any',
url='https://appkernel.accelero.cloud',
Expand Down

0 comments on commit 05625fe

Please sign in to comment.