Skip to content

Commit

Permalink
made travis file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yudori committed Aug 25, 2016
1 parent c4f5601 commit 374a4e6
Showing 1 changed file with 19 additions and 29 deletions.
48 changes: 19 additions & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,22 @@
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py

language: python
python: 3.5

env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py33
- TOXENV=py27
- TOXENV=py26
- TOXENV=pypy

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox

# command to run tests, e.g. python setup.py test
script: tox -e ${TOXENV}

# After you create the Github repo and add it to Travis, run the
# travis_pypi_setup.py script to finish PyPI deployment setup
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
provider: pypi
true:
condition: $TOXENV == py27
repo: yudori/proxyguy
tags: true
distributions: sdist bdist_wheel
user: yudori
password:
secure: PLEASE_REPLACE_ME
on:
tags: true
repo: yudori/proxyguy
condition: $TOXENV == py27
secure: pxOs2Lslr2VHaDtvxmEfTw13KNMUZh5bQU9USF7exTM4bgusQ5t1s4cRlC38mICnNabwWEN06opIcRmuhlL6Jjmrt3ucGhmzASP9FyvcMkmhJEmiMhtxPV24Rfh0LHn4reeiu2r01krxq2qeEDPaPKFmZ94HCcbWCxqE+hPIyrkt7KU/wX5sRw64msTE8BYWzxH21syQaVftFuti0wlCFDJMwFLM+iNKQFT8HJ3W98fSkaiNNHqEuaXeN5BQq94rCa3kZ4omtGDlH/cUwXosO8s7tJcseBJqGwlx2EVd2qYFBxOHCBhpSYCmqdAzD5TJYBwEW8MxQANS0B2sVAfCL1PhpuMMHoCFajKhlbqWOB/GlWM5guqHDBDj4oQK/heZ3B9WXm2EMj8WW11bXBegsGLMWMy7hADObTJ1kixukiGC0prUJMuvTdfs+WjfbnShCxJ66oRj+A12hNBmph8HynvcwswQk8ODIgM0QSgLg6QcoQr3lBNqHngJ4Rhg9CWYoLvYnvhwjZf8TAkQJfvzTEDQZ3YXbZklDGOqLwNETb9hN5lQqvPAMiaGMccsh2ucHajjcIcnjWL3HYTw0sSBakacquhixgxYNBgsK1VTS8o0QumnTDhm9oHNH217qbgAIu0vAMWvkbPcIL9ANIovz+ocFv7Tyx+Vfhe/GkkzgEw=
provider: pypi
user: yudori
env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py33
- TOXENV=py27
- TOXENV=py26
- TOXENV=pypy
install: pip install -U tox
language: python
python: 3.5
script: tox -e ${TOXENV}

0 comments on commit 374a4e6

Please sign in to comment.