Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
5fab5a49
Commit
5fab5a49
authored
Aug 19, 2013
by
Joshua Roesslein
Browse files
Fix record.json download link.
[ci skip]
parent
c2eb6776
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_tests.sh
View file @
5fab5a49
#! /usr/bin/env bash
if
[[
$TRAVIS_SECURE_ENV_VARS
==
"false"
]]
;
then
curl https://
www
.dropbox
.com/s/zsvzl6sl8gw8o6y
/record.json
-o
tests/record.json
curl
"
https://
dl
.dropbox
usercontent.com/u/231242
/record.json
"
-o
tests/record.json
USE_REPLAY
=
1 nosetests
-v
tests.test_api tests.test_utils
else
nosetests
-v
--with-coverage
tests.test_api tests.test_streaming tests.test_cursors tests.test_utils
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment