EnsemblGSOC / compara-deep-learning

Using Deep Learning techniques to enhance orthology calls
8 stars 7 forks source link

change python version in travis #16

Open Priyatham-sai-chand opened 3 years ago

Priyatham-sai-chand commented 3 years ago

biopython requiring python version 3.6 rather than current 3.5. The version is changed in the travis.yml

python:
-      - "3.5"
+      - "3.6"
Priyatham-sai-chand commented 3 years ago

flake8 and pylint errors failing the build.