mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 07:03:49 +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:
commit
16e63040e9
@ -1,6 +1,10 @@
|
||||
language: python
|
||||
python: 2.7
|
||||
sudo: false
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^\d\.\d+$/
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
|
Loading…
x
Reference in New Issue
Block a user