Skip to content

Commit

Permalink
New encrypted password for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thcrock committed Nov 2, 2018
1 parent 98b0f42 commit 0e9eaae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
language: python
python: 3.6
addons:
Expand All @@ -11,13 +10,16 @@ before_install:
install:
- pip install -r requirement/include/build.txt -r requirement/include/test-management.txt
env:
- BOTO_CONFIG=/tmp/nowhere
matrix:
- BOTO_CONFIG=/tmp/nowhere
global:
secure: U00z8IVLCenhcgaf2k+orF2zrNuQDbuSZs7ob+HvUPUHbFf8nadGN7RQ1E/AeiDPuqqOB03gQnqEEM1/o6EzzTGICsjUuSwGkmXXVwkpk5DZeEv6zIlrXpIaPvD0ZRTDh9g2GohmL4AEc7v7cKxMCSW2zYfP9qhiHMmxD98yB3llc3Z/zBjCC1Wp9d6/2+MEiUWytqYg1pI4vamL+awHrgjpImrMYnC4guMpvwHqslL1t/HhvHzzrob1EjxIPZuDzzSmXAcRTDkrX56gFKn6+wPyGf7M8BbiyilqFThN93hhNc3XYXTV+ptQgi6Rn8EfKpKuL0qBW3wOw9e6SExtz8ESNB+DjSe7zTPNXGH1WbeyMUCrArdZj0+FVCjoT8dG9bDUMl+kgMn2J5VBS4umpmIVaJCJvmldojax4W+fuR4nrfnb3pIP+hDjemlgbpdmjBh39c+A3ZC7Zcv3fhpvGIyg8/2GBzNRaNc4wiVcd8An+VlToJLLwuBekA0J1NDWvKmuMX5Kew+Y4w1w1WgJAW8kWMEY51tlIwuWYdsdIRGLFgOucbtLMJpQXjtP8OxKHcWsCDiIEZJk49IMdcU3q6Wmss1TfElNwxpdpECrLEn8y1CDIhzb+PcUYdqHWPgW30TKOs4URags4m/XVmDJZrgv3JcwiQiYbUepZ8hPdTY=
script: tox
notifications:
email: false
after_success: codecov
deploy:
true:
on:
repo: dssg/triage
tags: true
distributions: sdist bdist_wheel
Expand Down

0 comments on commit 0e9eaae

Please sign in to comment.