Sign in
apache
/
airavata-django-portal-sdk
/
refs/tags/v1.5.0
/
.
/
.travis.yml
blob: 0b3725bd9f0dcaf72c03fd0e7befc48c1b80a938 [
file
] [
log
] [
blame
]
language:
python
dist:
focal
python:
-
"3.6"
-
"3.7"
-
"3.8"
-
"3.9"
install:
-
pip install
-
r requirements
-
dev.txt
script:
-
flake8 .
-
./runtests.py