Skip to content

Commit d899beb

Browse files
committed
Fix travis build.
1 parent ca8d108 commit d899beb

File tree

1 file changed

+2
-43
lines changed

1 file changed

+2
-43
lines changed

.travis.yml

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -104,77 +104,41 @@ matrix:
104104
- os: linux
105105
env:
106106
- PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
107-
- PIP=env/bin/pip
107+
- PIP=pip
108108
language: python
109109
python: 2.6
110-
before_install:
111-
- pip install virtualenv
112-
- python2.6 -m virtualenv env
113-
- source env/bin/activate
114110
- os: linux
115111
language: python
116112
python: 2.7
117-
before_install:
118-
- pip install virtualenv
119-
- python2.7 -m virtualenv env
120-
- source env/bin/activate
121113
- os: linux
122114
language: python
123115
python: pypy
124-
before_install:
125-
- pip install virtualenv
126-
- pypy -m virtualenv env
127-
- source env/bin/activate
128116
- os: linux
129117
language: python
130118
python: 3.4
131-
before_install:
132-
- python3.4 -m venv env
133-
- source env/bin/activate
134119
- os: linux
135120
language: python
136121
python: 3.5
137-
before_install:
138-
- python3.5 -m venv env
139-
- source env/bin/activate
140122
- os: linux
141123
language: python
142124
python: 3.6
143-
before_install:
144-
- python3.6 -m venv env
145-
- source env/bin/activate
146125
- os: linux
147126
language: python
148127
python: 3.7
149128
dist: xenial
150129
sudo: true
151-
before_install:
152-
- python3.7 -m venv env
153-
- source env/bin/activate
154130
- os: linux
155131
language: python
156132
python: 3.6-dev
157-
before_install:
158-
- python3.6 -m venv env
159-
- source env/bin/activate
160133
- os: linux
161134
language: python
162135
python: 3.7-dev
163-
before_install:
164-
- python3.7 -m venv env
165-
- source env/bin/activate
166136
- os: linux
167137
language: python
168138
python: nightly
169-
before_install:
170-
- python3 -m venv env
171-
- source env/bin/activate
172139
- os: linux
173140
language: python
174141
python: pypy3
175-
before_install:
176-
- pypy3 -m venv env
177-
- source env/bin/activate
178142
allow_failures:
179143
- os: osx
180144
env: NAME="Python HEAD"
@@ -195,16 +159,11 @@ script:
195159
after_success:
196160
- python -m codecov
197161

198-
before_deploy:
199-
- deactivate
200-
201162
deploy:
202163
- provider: pypi
203-
edge:
204-
branch: sudo-pypi
205164
user: Ilya.Kulakov
206165
password:
207-
secure: "VlZYEwVXqGknNEfz6vCo26JWtcbXfBY0ihG+Co6PO7JQn2jEoogKEsMhi3f/rs22nlsH124AQa7bugmH1TkgBn8ODsKLZWGAQKSm9tQlYD2idsTYqCDk5bCAWpjX/RJqZZeMnDmL9BFJkaubrTfnFWdMxI1xXi/G9wC4NaSXSJc="
166+
secure: "fDYi/HJvYyqUggKmN/Dc6YewUsBAzHWBdTYMpDfHETeOIvv2G268atnIwcoWav63fwPUpagwOlzQhRklqeLRmjEzr4M+wzFsAQVAnj6a7ChLPWPmgZlClFRpm6leWZjzGD+1FPnH/vvwTHlDi7j+1zgfh4WEellnw3hU+Lzjx+o="
208167
distributions: "sdist bdist_wheel"
209168
on:
210169
tags: true

0 commit comments

Comments
 (0)