Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
tests: add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Apr 3, 2018
1 parent 32533b0 commit 4dc97ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4dc97ac

Please sign in to comment.