Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 437 Bytes

TODO.md

File metadata and controls

4 lines (4 loc) · 437 Bytes
  • Set up continuous integration to run nosetests. The tricky part is that we have to have the python2-dnf package installed which isn't available in PyPi or Ubuntu (which Travis CI uses). The best bet might be to have Travis spin up a Fedora Docker container with the requisite dependencies and then run nosetests inside the container. See here for someone doing something similar.