This repository was archived by the owner on Jul 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : 2.7
3
+ sudo : false
3
4
env :
4
5
matrix :
5
6
- TOXENV=py27
6
7
- TOXENV=pypy
7
- - TOXENV=py33
8
- global :
9
- secure : AH7OJHftdepv1GFzZw7bYV7c0/8/lDHwcthszo3t83Oh5gnPJiijA4W64gqivdjt/qHRO+7NB+NOXK8ejtVRFTbc4UNzplzATw6MpwrsrBIeQ422lp6EGXNL+XqvNmwXC7e4Uwfl70y81z1hpiQI8pe/aFnyMs21N91do2zIfLM=
10
8
matrix :
11
9
allow_failures :
12
- - env : TOXENV=py33
13
10
- env : TOXENV=pypy
14
- before_install :
15
- - " ./.travis-workarounds.sh"
16
- - sudo apt-get update -qq && sudo apt-get --reinstall install -qy language-pack-fr
17
- install :
18
- - pip install -U tox
11
+
12
+ addons :
13
+ apt :
14
+ packages :
15
+ - language-pack-fr
16
+
17
+ install : pip install -U tox
19
18
script : tox
19
+
20
20
deploy :
21
21
provider : pypi
22
22
user : scrapinghub
23
- distributions : " sdist bdist_wheel"
23
+ distributions : sdist bdist_wheel
24
24
password :
25
25
secure : iKVlMlKSr+LOuCCMMOqL65aYjNRy3k1Zb4d7NRN0JpWS5DGau8G8cEhJ1dY4uyc/DNKVJmd939OiLBsUqqCmz09+ozen/YrRNjEZS5lOwBNfhpiCESkbOjcInV1PQgx2XfuHGp8O/9vxtXjjH9WE9CabQ+8Zg5/rMMvXizT4/O4=
26
26
on :
You can’t perform that action at this time.
0 commit comments