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
f878a2b6
Commit
f878a2b6
authored
Dec 01, 2014
by
Joshua Roesslein
Browse files
Tiddy up travis file.
parent
9af6ef7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f878a2b6
language
:
python
python
:
-
'
2.7'
-
'
3.4'
install
:
-
pip install -r test_requirements.txt -r requirements.txt
script
:
./run_tests.sh
env
:
global
:
-
TWITTER_USERNAME="tweepytest"
-
AWS_BUCKET="tweepy"
-
USE_REPLAY=1
-
secure
:
!
'
MZv5O5E5E1074sT14wnRThOeFoDTZy+AdIUy+S6XqY/DMVWF2utSx09GLbvM
EM+cnKavRLHTbKpoHPIzzhKx9DQLrxtYy+s3Rw9AeGo8K3LA7mcn4T4eCH7s
...
...
@@ -30,7 +30,15 @@ env:
aF2UwsrYkzBUMrqMqYCc2+X6CuswLEZTVXDAlNh+emvhxZ5faMI='
-
secure
:
TPQSFGqdl6khXqQqTZ6euROoAmFRnONAlPXD6npvTIIN+fNfnz8lvZtOEWHo2jRPLoU3FyVUhYvTynj6B2hJinulP+RKOMbQ65HCZVHrsitwl1n1QZB5HegQDOYc5q6VTTYn/r8r5tGy35U0O80y1zycTLqSJiXlkdqsSq564pI=
install
:
-
pip install -r test_requirements.txt -r requirements.txt
script
:
-
nosetests -v --with-coverage tests.test_api tests.test_utils
after_success
:
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi
deploy
:
provider
:
pypi
user
:
jroesslein
...
...
run_tests.sh
deleted
100755 → 0
View file @
9af6ef7c
#! /usr/bin/env bash
if
[[
$TRAVIS_BRANCH
==
"production"
]]
;
then
nosetests
-v
--with-coverage
tests.test_api tests.test_streaming tests.test_cursors tests.test_utils
else
USE_REPLAY
=
1 nosetests
-v
--with-coverage
tests.test_api tests.test_utils
fi
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