theochem / fanpy

Projectively-optimized geminal and "fancyCI" wavefunctions
Other
16 stars 2 forks source link

Fix travis error #79

Closed kimt33 closed 5 years ago

kimt33 commented 5 years ago

Travis is now raising NoBaseEnvironmentError due to the absence of a default base environment. New virtual environments are created and used instead of using the default conda environment

Quick fixes were added. But the travis.yml will need an overhaul to remove redundant features.

Related to Issue #78.

kimt33 commented 5 years ago

Merging quick fix, but messy travis yaml file will need to be addressed in some other PR. See Issue #78.