Commit ba927c9e authored by Kai Chen's avatar Kai Chen
Browse files

setup travis

parent 0af63520
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__': ...@@ -106,6 +106,7 @@ if __name__ == '__main__':
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
tests_require=['pytest'], tests_require=['pytest'],
install_requires=[ install_requires=[
'numpy', 'matplotlib', 'six', 'terminaltables', 'pycocotools' 'mmcv', 'numpy', 'matplotlib', 'six', 'terminaltables',
'pycocotools'
], ],
zip_safe=False) zip_safe=False)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment