Skip to content

Commit 6e42f0b

Browse files
committed
Run on new travis-ci infra
1 parent 823a1cc commit 6e42f0b

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.travis-workarounds.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python: 2.7
3+
sudo: false
34
branches:
45
only:
56
- master
@@ -10,7 +11,6 @@ env:
1011
- TOXENV=py33
1112
- TOXENV=docs
1213
install:
13-
- "./.travis-workarounds.sh"
1414
- pip install -U tox twine wheel
1515
script: tox
1616
notifications:
@@ -19,6 +19,9 @@ notifications:
1919
skip_join: true
2020
channels:
2121
- irc.freenode.org#scrapy
22+
cache:
23+
directories:
24+
- $HOME/.cache/pip
2225
deploy:
2326
provider: pypi
2427
distributions: "sdist bdist_wheel"

0 commit comments

Comments
 (0)