Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
d3fd2c24
Commit
d3fd2c24
authored
Nov 23, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point Travis to python 3.5 and codecov.io
parent
d5c71cd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
+3
-3
README.rst
+2
-2
No files found.
.travis.yml
View file @
d3fd2c24
language
:
python
python
:
-
"
2.7
"
-
"
3.5
"
sudo
:
false
# Cache the pip directory. "cache: pip" doesn't work due to install override. See https://github.com/travis-ci/travis-ci/issues/3239.
...
...
@@ -11,7 +11,7 @@ before_install:
-
"
export
DISPLAY=:99.0"
-
"
sh
-e
/etc/init.d/xvfb
start"
install
:
-
pip install -U pip wheel co
veralls
-
pip install -U pip wheel co
decov
-
pip install -r requirements/test.txt
script
:
-
make validate
...
...
@@ -19,4 +19,4 @@ branches:
only
:
-
master
after_success
:
-
co
veralls
-
co
decov
README.rst
View file @
d3fd2c24
...
...
@@ -7,8 +7,8 @@ Course Discovery Service |Travis|_ |Coveralls|_
.. |Travis| image:: https://travis-ci.org/edx/course-discovery.svg?branch=master
.. _Travis: https://travis-ci.org/edx/course-discovery
.. |Co
veralls| image:: https://coveralls.io/repos/edx/course-discovery/bad
ge.svg?branch=master
.. _Co
veralls: https://coveralls.io/r
/edx/course-discovery?branch=master
.. |Co
decov| image:: http://codecov.io/github/edx/course-discovery/covera
ge.svg?branch=master
.. _Co
decov: http://codecov.io/github
/edx/course-discovery?branch=master
The ``README.rst`` file should start with a brief description of the repository,
which sets it in the context of other repositories under the ``edx``
...
...
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