Skip to content

Commit

Permalink
Merge 6919dc2 into 7fb4554
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Feb 9, 2016
2 parents 7fb4554 + 6919dc2 commit 25549a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .travis.yml
@@ -1,9 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
install:
- python setup.py install
- pip install coverage
Expand All @@ -12,3 +14,16 @@ script:
- coverage run --source=random_words setup.py test
after_success:
- coveralls
sudo: false
matrix:
allow_failures:
- python: 3.2
deploy:
provider: pypi
user: swiety
password:
secure: O1/w8g7QwrUPeMy0l5mnFjs2fgUU5XNyVKTWZywZ2t0X8rDACpkJGpj10jK86zi0EcI0cB/NnOSbyQ1ZvVS9clxIjb082kiunvVRFP4iznjeBg3HZ2mA0etU+bobYj4PvGbmJ4bE5fi5/W6hT0zzW++iHDNbZdstjAjHhjmJHa4=
on:
tags: true
repo: tomislater/RandomWords
branch: master
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -38,6 +38,8 @@ def run_tests(self):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
],
include_package_data=True,
Expand Down

0 comments on commit 25549a6

Please sign in to comment.