mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:42:03 +00:00
minor reorg
This commit is contained in:
parent
c4ad381990
commit
ccfc3f4c73
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@ tmtags
|
||||
test.log
|
||||
|
||||
example.py
|
||||
test.py
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
language: python
|
||||
before_script: ./utils/travis/bootstrap.sh
|
||||
script: ./utils/run_tests.sh
|
||||
script: ./utils/run-tests.sh
|
||||
install: sudo apt-get install memcached libmemcached-dev -y
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.1"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user