Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-01-07 19:38:43 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37764d193c1e58a7e2cf61aed5169d8dc204e1cc
37764d19
1 parent
a62ba778
Adding TravisCI config file.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
.travis.yml
.travis.yml
0 → 100644
View file @
37764d1
1
+
language
:
python
2
+
python
:
3
+
-
"
2.7"
4
+
-
"
3.3"
5
+
-
"
3.4"
6
+
install
:
7
+
-
pip install -r requirements.txt
8
+
-
pip install coverage python-coveralls
9
+
script
:
nosetests tests/unit --cover-erase --with-coverage --cover-package kappa
10
+
after_success
:
coveralls
Please
register
or
login
to post a comment