Skip to content

Commit

Permalink
Adding pylint, eliminating old python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfreckleton committed Nov 25, 2015
1 parent 8623d96 commit 1787641
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
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
Expand All @@ -9,6 +8,7 @@ python:

install: "pip install -r requirements.txt"
script:
- pylint *.py
- py.test
- pep8 *.py
- doit

0 comments on commit 1787641

Please sign in to comment.