Skip to content

Commit

Permalink
Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKupershtokh committed Apr 14, 2013
1 parent 45b205a commit 3fb6be4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
# command to install dependencies
install: pip install nose --use-mirrors
# command to run tests
script: nosetests

0 comments on commit 3fb6be4

Please sign in to comment.