Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-activetable
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
xblock-activetable
Commits
f0d009c1
Commit
f0d009c1
authored
Oct 22, 2015
by
Sven Marnach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure Travis.
parent
d5032dd7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
.travis.yml
+11
-0
requirements.txt
+3
-0
test-requirements.txt
+2
-0
No files found.
.travis.yml
0 → 100644
View file @
f0d009c1
language
:
python
python
:
-
2.7
install
:
-
pip install -r test-requirements.txt
script
:
-
pep8 --max-line-length=100 activetable
-
pylint activetable
-
nosetests --with-coverage --cover-package=activetable tests/unit
notifications
:
email
:
false
requirements.txt
0 → 100644
View file @
f0d009c1
-e git+https://github.com/edx/XBlock.git@tag-master-2015-05-22#egg=XBlock
-e git+https://github.com/edx/xblock-utils.git@b4f9b51146c7fafa12f41d54af752b8f1516dffd#egg=xblock-utils
-e .
test-requirements.txt
View file @
f0d009c1
-r requirements.txt
coverage
ddt
nose
...
...
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