Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
Conflicts:
	MANIFEST.in
	setup.py
  • Loading branch information
Vladimir Keleshev committed Jan 23, 2013
2 parents 17690a4 + d17299a commit ebcbca0
Show file tree
Hide file tree
Showing 23 changed files with 1,438 additions and 759 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.1"
- "3.2"
- "pypy"
# command to install dependencies
install: pip install pytest --use-mirrors
# command to run tests
script: py.test
install: pip install tox --use-mirrors
script: tox
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.md LICENSE-MIT
include README.rst LICENSE-MIT
recursive-include examples *.py
368 changes: 0 additions & 368 deletions README.md

This file was deleted.

Loading

0 comments on commit ebcbca0

Please sign in to comment.