Skip to content

Commit

Permalink
Added simplest CI build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliafshar committed May 8, 2014
1 parent f715070 commit 6e196cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ python:
- "2.6"
- "2.7"
# command to install dependencies
install: "pip install ."
install: "pip install . unittest2"
# command to run tests
script: nosetests

0 comments on commit 6e196cf

Please sign in to comment.