mirror of https://github.com/scrapy/scrapy.git
don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch
This commit is contained in:
parent
73ac80d3ca
commit
a83ab41ba0
|
|
@ -1,5 +1,9 @@
|
|||
language: python
|
||||
python: 2.7
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^\d\.\d+$/
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=precise
|
||||
|
|
|
|||
Loading…
Reference in New Issue