1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 02:24:03 +00:00
scrapy/.travis.yml
Daniel Graña 891fa980d2 Merge pull request #341 from kmike/test-running
Improved tox test running & fixed django tests
2013-07-16 11:16:43 -07:00

20 lines
373 B
YAML

language: python
python:
- 2.6
- 2.7
env:
- BUILDENV=lucid
- BUILDENV=precise
- BUILDENV=latest
install:
- pip install --use-mirrors -r .travis/requirements-$BUILDENV.txt
- pip install .
script:
- trial scrapy
notifications:
irc:
channels:
- "irc.freenode.org#scrapy"
use_notice: true
skip_join: true