Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Travis CI_resolved #98

Merged
merged 9 commits into from
Mar 29, 2020
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "3.6"
cache: pip
install:
- pip install -r requirements.txt
before_script:
- flake8 .
script:
- python ./init.py
athityakumar marked this conversation as resolved.
Show resolved Hide resolved
athityakumar marked this conversation as resolved.
Show resolved Hide resolved
athityakumar marked this conversation as resolved.
Show resolved Hide resolved