griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

Make CIViCpy Python >=3.5 compatible #91

Closed susannasiebert closed 4 years ago

susannasiebert commented 4 years ago

Closes #56

ahwagner commented 4 years ago

It looks like there are build errors for 3.5 that will need to be resolved before we can merge.

susannasiebert commented 4 years ago

The travis-ci errors were related to https://github.com/pysam-developers/pysam/issues/260 but were resolved by adding a pip install --upgrade pip before installing civicpy.