Skip to content

Commit 37c6e29

Browse files
authored
Merge pull request #2 from Poorvak/develop
Updating the travis file
2 parents c9e6755 + fef738a commit 37c6e29

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

.travis.yml

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
1-
# Config file for automatic testing at travis-ci.org
2-
# This file will be regenerated if you run travis_pypi_setup.py
3-
4-
language: python
5-
python:
6-
- 2.7
7-
- 2.6
8-
9-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
10-
install: pip install -U tox-travis
11-
12-
# command to run tests, e.g. python setup.py test
13-
script: tox
14-
15-
# After you create the Github repo and add it to Travis, run the
16-
# travis_pypi_setup.py script to finish PyPI deployment setup
1+
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
172
deploy:
18-
provider: pypi
3+
true:
4+
python: 2.7
5+
repo: Poorvak/http_pipeline
6+
tags: true
197
distributions: sdist bdist_wheel
20-
user: Poorvak
218
password:
22-
secure: PLEASE_REPLACE_ME
23-
on:
24-
tags: true
25-
repo: Poorvak/http_pipeline
26-
python: 2.7
9+
secure: I7RWFdENZsCuAZxzCf2cybfbS+enVUd6NYYEucSMIhphrVPl45dbTHT7TNIMsXBG5e57bm9sVh0+N3UDFLdpBEgk/17UbD+jCMG6p1ET4CXceS4rEu91QPXZ8WwYTYpk/z1vWRuxd1qVvg1+Srn5MGP2uhw1nMQcbCOktNu7eFTCBLAsdnJGT8Ja68kmNhiXlZ33wdcEa4hPPYKV/vU9yJuh1XMQ+WulPzjc09+osrH9pUmwz+Pg+SvOAUak5xvc3LX0KZ0rxgtPjaJ4xElkinzKatITL/AdHrh11cc1q+nOBCqOTnLuYpkaHKPl4CsKWmXBRq9PClC5BP2a/8KYvHzDAqqnSVdBUOebnRhFkGd8G0Bd7GtBNCj5ST/kPpUF6c0Vp8Iqz4u41Oycxarhz0Fh2HT0xMRGHMtG2S5VpTB431Sc9+S0CtkTRcYtRaXtfHeRoyK07gP5nWPFCJ5mhR7slRPAVY5xUufcLcPWdDNtHXqIl/WIGcZnrOzJ/Up6LVomwqNfjShorRnoGXyt8s5oX22tYCGHdFMZHPKQJlGloT+pcul3G/yGUzu/ctDrOYibXb6ZMxyghEW6pYMGsY+dGJy+4ldDKT5fkitzSFlLBhDvtGYVX2a1F2qUTQ4udpFdwAt/WYthcF53JbNYKv2934TWGLq2FNkKH/WrEQI=
10+
provider: pypi
11+
user: Poorvak
12+
install: pip install -U tox-travis
13+
language: python
14+
python:
15+
- 2.7
16+
- 2.6
17+
script: tox

0 commit comments

Comments
 (0)