diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8426b63 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: python +python: +- "2.7" + +install: +- pip install psutil # hack: fedmsg depends on psutil but it doesn't get installed properly +- pip install moksha # hack: fedmsg messes up its moksha dependency too +- python setup.py -q install + +before_script: +- sudo mkdir -p /etc/fedimg/ +- sudo cp fedimg-conf.toml.example /etc/fedimg/fedimg-conf.toml + +script: +- python setup.py -q test