Skip to content

Commit 0ae6ed6

Browse files
committed
slack import: Add test fixture.
1 parent 2de33d6 commit 0ae6ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ install:
1616
- source zulip-api-py*-venv/bin/activate
1717
script:
1818
- tools/$TEST_SUITE
19+
- wget https://github.com/houstondatavis/slack-export/archive/master.zip
20+
- mv master.zip slack-export-master.zip
21+
- zulip/integrations/slack/slackdata2zulipdata.py $PWD/slack-export-master.zip
1922
after_success:
2023
- pip install codecov
2124
- codecov

0 commit comments

Comments
 (0)