-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Labels
Description
Expected behavior
Python 2.7 runs on Travis
Actual behavior
It stalls on:
- https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/460433388 (cron job)
- https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/460701640
- https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/459914026
as opposed to:
- https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/456392749 a week ago
- https://travis-ci.com/github/MDAnalysis/mdanalysis/jobs/456037505 a week ago
all in the first 12 minutes where it's installing packages.
Code to reproduce the behavior
import MDAnalysis as mda
from MDAnalysis.tests.datafiles import PSF, DCD, GRO, PDB, TPR, XTC, TRR, PRMncdf, NCDF
u = mda.Universe(PSF, DCD)
....Current version of MDAnalysis
- Which version are you using? (run
python -c "import MDAnalysis as mda; print(mda.__version__)") - Which version of Python (
python -V)? - Which operating system?
Reactions are currently unavailable