Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
ee38c03a
Commit
ee38c03a
authored
Oct 13, 2012
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #291 from tomchristie/drop-coverage
Drop coverage in travis tests
parents
e48a3a01
db0a9acf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
.travis.yml
+3
-5
setup.py
+1
-1
No files found.
.travis.yml
View file @
ee38c03a
...
...
@@ -10,10 +10,8 @@ env:
-
DJANGO=django==1.3.3 --use-mirrors
install
:
-
pip install $DJANGO
-
pip install -e . --use-mirrors
-
pip install -r requirements.txt --use-mirrors
-
pip install coverage==3.5.1 --use-mirrors
-
pip install $DJANGO
-
export PYTHONPATH=.
script
:
-
python
setup.py test
-
python
rest_framework/runtests/runtests.py
setup.py
View file @
ee38c03a
...
...
@@ -62,7 +62,7 @@ setup(
author_email
=
'tom@tomchristie.com'
,
packages
=
get_packages
(
'rest_framework'
),
package_data
=
get_package_data
(
'rest_framework'
),
test_suite
=
'rest_framework.runtests.run
coverage
.main'
,
test_suite
=
'rest_framework.runtests.run
tests
.main'
,
install_requires
=
[],
classifiers
=
[
'Development Status :: 4 - Beta'
,
...
...
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