We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fb16 commit 78b9e85Copy full SHA for 78b9e85
.travis.yml
@@ -1,8 +1,15 @@
1
-language: python
2
-python:
3
- - "2.7"
4
- - "3.3"
5
- - "3.4"
6
- - "3.5"
7
-install: "pip install ."
8
-script: "python -m phabricator.tests.test_phabricator"
+language: python
+python:
+- '2.7'
+- '3.3'
+- '3.4'
+- '3.5'
+install: pip install .
+script: python -m phabricator.tests.test_phabricator
9
+deploy:
10
+ provider: pypi
11
+ user: disqus
12
+ password:
13
+ secure: AJ7zSLd6BgI4W8Kp3KEx5O40bUJA91PkgLTZb5MnCx4/8nUPlkk+LqvodaiiJQEGzpP8COPvRlzJ/swd8d0P38+Se6V83wA43MylimzrgngO6t3c/lXa/aMnrRzSpSfK5QznEMP2zcSU1ReD+2dNr7ATKajbGqTzrCFk/hQPMZ0=
14
+ on:
15
+ tags: true
0 commit comments