Skip to content

Commit

Permalink
Added travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Jun 1, 2014
1 parent 27fce7c commit 192164c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.py[cod]

*~
# C extensions
*.so
.checkmate
Expand Down
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
- "pypy"
# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
# command to run tests
script: py.test

0 comments on commit 192164c

Please sign in to comment.