-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
Conflicts: MANIFEST.in setup.py
- Loading branch information
Showing
23 changed files
with
1,438 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.