minor reorg

This commit is contained in:
BJ Dierkes 2012-06-07 16:25:37 -05:00
parent c4ad381990
commit ccfc3f4c73
5 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -61,3 +61,4 @@ tmtags
test.log
example.py
test.py

View File

@ -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"