galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 38 forks source link

Testing on travis not reliable #59

Closed rhpvorderman closed 6 years ago

rhpvorderman commented 6 years ago

See #55

  1. Succeeding tests!
  2. Changed something -> more succeeding tests.
  3. Remove redundant verbosity flag in tests to clean up output. -> Testing fails on python 3.5 but builds on 2.7
  4. Change some characters in echo statements to upper case -> Testing fails on python 2.7 but builds on 3.5
  5. Try something else: same random crashes. ->revert again
  6. try someting else. Breaks testing entirely
  7. Revert ->. Should be the same code as on 3. But crashes in another way.

It is very annoying. From 1. the code is completely functional and working well. But since travis crashes the test randomly this request can not be pulled.