Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
[travis] Final. Promise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Martín committed Mar 15, 2013
1 parent decf63d commit 59f554c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
install:
- pip install pep8 --use-mirrors
- pip install https://github.com/dcramer/pyflakes/tarball/master
before_script:
- "echo ----------------------- PEP8"
- "echo --- datCrawl"
- "pep8 --ignore=E501,E225 datCrawl/"
- "echo --- tests"
- "pep8 --ignore=E501,E225 test/"
- "echo ------------------- PYFLAKES"
- pyflakes -x W datCrawl
script: "python -m unittest discover"

0 comments on commit 59f554c

Please sign in to comment.