Skip to content

Commit

Permalink
Fix Travis config again
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Ivanovskiy committed Jul 13, 2016
1 parent 3b67465 commit dab581a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ language: python
python:
- "2.7"
install:
- pip install flake8
- "pip install flake8"
script:
- flake8
- nosetests -v tests
- "flake8 ."
- "nosetests -v tests"
deploy:
provider: pypi
user: wg_webqaa
user: "wg_webqaa"
password:
secure: Yi797XDs45RpNMiAhzNWrtk4c19JP1LtnSzvDQ/8pqiPdRurveEqUFvMrlaQh1HytwuafgJ/iM1QwQ6KNoY25NmYOK1XCrbdK01MFrH54QRsT0DiS59W/I8CGH/rXd4bRXNHwLn3flwHIWYTLsK9PiIpZt9o7heiE6Ihlxpv5LQ=
secure: "O7flzqBDZaUMT/+aBYAd8zaDXmdAjFdNyYWzeK6e8FDYYa+3b2/ITDQ4O7pI4lwhNkfIJX2HzClsC+/48TUGrzmq6kl/0eIHICKnOGjwMJvcPcp+ykDkUlEQlVK5UfixTI/dnYkCJtC3K0LyiqDzqq443kUM+nO6uqafFVa3fzo="
distributions: "sdist bdist_wheel"
on:
tags: true
distributions: sdist
repo: wgnet/grail
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = '1.0.11'
version = '1.0.11.1'

setup(
name='grail',
Expand Down

0 comments on commit dab581a

Please sign in to comment.