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
5aea145f
Commit
5aea145f
authored
Dec 01, 2014
by
Joshua Roesslein
Browse files
Setup a nosetests config file for Travis builds.
parent
f878a2b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
5aea145f
...
...
@@ -35,7 +35,7 @@ install:
-
pip install -r test_requirements.txt -r requirements.txt
script
:
-
nosetests -v --with-coverage tests
.test_api tests.test_utils
-
nosetests -v --with-coverage
-c
tests
/travis-tests.cfg
after_success
:
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi
...
...
tests/travis-tests.cfg
0 → 100644
View file @
5aea145f
[nosetests]
tests=tests.test_api,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