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.
2 parents aabaa46 + ce865a4 commit d3e7ea9Copy full SHA for d3e7ea9
.travis.yml
@@ -1,6 +1,14 @@
1
language: python
2
python:
3
-- "2.7"
+- '2.7'
4
install:
5
- pip install -r requirements.txt
6
script: python manage.py test
7
+deploy:
8
+ provider: pypi
9
+ user: dabapps
10
+ password:
11
+ secure: YkRDJO+QK2Rr3AJwmxoghTWCCTZFLfXUlqky/my6g7oeMI5Q/F2WzNBmvr84v069fckobHhlN4hhH/JFEaRnCNuYmPhFdiNQh5M5cP/qhUqqh7LsMiX5mJSfM6yCp+rAL6F+yb5r59t3IQKmXKiFzRm/AuS4nHINDFHXwaPjWTw=
12
+ on:
13
+ tags: true
14
+ repo: dabapps/django-db-queue
0 commit comments