slack: Add test fixture.
This commit is contained in:
parent
cd3db24bca
commit
c6156fd958
|
@ -15,6 +15,9 @@ install:
|
||||||
- source zulip-api-py*-venv/bin/activate
|
- source zulip-api-py*-venv/bin/activate
|
||||||
script:
|
script:
|
||||||
- tools/$TEST_SUITE
|
- tools/$TEST_SUITE
|
||||||
|
- wget https://github.com/houstondatavis/slack-export/archive/master.zip
|
||||||
|
- mv master.zip slack-export-master.zip
|
||||||
|
- zulip/integrations/slack/slackdata2zulipdata.py $PWD/slack-export-master.zip
|
||||||
after_success:
|
after_success:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- codecov
|
||||||
|
|
Loading…
Reference in a new issue