We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a1cc commit 6e42f0bCopy full SHA for 6e42f0b
.travis-workarounds.sh
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python: 2.7
3
+sudo: false
4
branches:
5
only:
6
- master
@@ -10,7 +11,6 @@ env:
10
11
- TOXENV=py33
12
- TOXENV=docs
13
install:
-- "./.travis-workarounds.sh"
14
- pip install -U tox twine wheel
15
script: tox
16
notifications:
@@ -19,6 +19,9 @@ notifications:
19
skip_join: true
20
channels:
21
- irc.freenode.org#scrapy
22
+cache:
23
+ directories:
24
+ - $HOME/.cache/pip
25
deploy:
26
provider: pypi
27
distributions: "sdist bdist_wheel"
0 commit comments