Skip to content
Snippets Groups Projects
Commit ba927c9e authored by Kai Chen's avatar Kai Chen
Browse files

setup travis

parent 0af63520
No related branches found
No related tags found
No related merge requests found
dist: trusty
language: python
install:
- pip install flake8
python:
- "2.7"
- "3.5"
- "3.6"
script:
- flake8
\ No newline at end of file
......@@ -106,6 +106,7 @@ if __name__ == '__main__':
setup_requires=['pytest-runner'],
tests_require=['pytest'],
install_requires=[
'numpy', 'matplotlib', 'six', 'terminaltables', 'pycocotools'
'mmcv', 'numpy', 'matplotlib', 'six', 'terminaltables',
'pycocotools'
],
zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment