forked from gatoatigrado/vimap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Travis CI config file (first attempt)
- Loading branch information
1 parent
1dabc9b
commit 093f4c8
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
tox==1.6.1 | ||
coverage==3.5.3 | ||
flake8 | ||
testify | ||
pylint>=1.0.0 |