This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
riakcached
mirror of
https://github.com/brettlangdon/riakcached.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
add travis.yml
master
Brett Langdon
12 years ago
parent
b79606b944
commit
b6dd911883
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.travis.yml
+0
-1
README.md
+ 6
- 0
.travis.yml
View File
@ -0,0 +1,6 @@
language
:
python
python:
-
"2.6"
-
"2.7"
install
:
"pip install -r test-requirements.txt pytest"
script
:
"py.test"
+ 0
- 1
README.md
View File
@ -22,5 +22,4 @@ make html
## TODO
* Add Docstrings to methods
* Setup Travis CI
* Write a better README.md
Write
Preview
Loading…
Cancel
Save