Skip to content

Commit

Permalink
Add Travis CI config file (first attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatoatigrado committed Nov 2, 2013
1 parent 1dabc9b commit 093f4c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python

python:
- "2.6"
- "2.7"
# - "3.2"
# - "3.3"

# command to install dependencies
install: "pip install -r requirements-dev.txt"

# command to run tests
script: testify tests
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
tox==1.6.1
coverage==3.5.3
flake8
testify
pylint>=1.0.0

0 comments on commit 093f4c8

Please sign in to comment.