pymad / cpymad

cPyMAD is a python interface to Mad-X using cython and libmadx
http://cern.ch/pymad
Apache License 2.0
3 stars 3 forks source link

Use fixed MAD-X revision for Travis tests #70

Closed coldfix closed 9 years ago

coldfix commented 10 years ago

Broken MAD-X revisions break pymad builds on Travis even if the pymad code is perfectly fine.

The natural way to avoid this is to use a fixed SVN revision (latest dev release?) for all Travis builds. There are two more advantages:

I'd suggest to put the metadata in a YAML/JSON file. JSON is preferred if we want to use the information in setup.py (before installing pyyaml).