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
c2eb6776
Commit
c2eb6776
authored
Aug 19, 2013
by
Joshua Roesslein
Browse files
Download record.json rather than store in Git.
parent
280f8d85
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
run_tests.sh
View file @
c2eb6776
#! /usr/bin/env bash
if
[[
$TRAVIS_SECURE_ENV_VARS
==
"false"
]]
;
then
curl https://www.dropbox.com/s/zsvzl6sl8gw8o6y/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
...
...
tests/record.json
deleted
100644 → 0
View file @
280f8d85
This diff is collapsed.
Click to expand it.
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