1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 01:23:56 +00:00

Merge pull request #1480 from scrapy/travis-run-once

don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch
This commit is contained in:
Daniel Graña 2015-09-04 14:09:21 -03:00
commit 16e63040e9

View File

@ -1,6 +1,10 @@
language: python
python: 2.7
sudo: false
branches:
only:
- master
- /^\d\.\d+$/
env:
- TOXENV=py27
- TOXENV=precise