Skip to content

Commit

Permalink
Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 27, 2012
1 parent be741ff commit 2b4713c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: python
python:
- 2.7
- 3.2
install: true

This comment has been minimized.

Copy link
@myint

myint Mar 27, 2013

Contributor

This seems misleading. If the purpose is to do nothing (by calling true), it can just be removed. If the purpose is to actually install the software, it should be python setup.py install.

script: make test

0 comments on commit 2b4713c

Please sign in to comment.