~aacebedo/i3-xfce/develop

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Alexandre ACEBEDO
  • Date: 2016-06-05 20:10:36 UTC
  • mfrom: (1.6.17)
  • Revision ID: git-v1:50f71b81e03e9e041fd206a1f55626404a5c1842
Remerging master on develop

Merge branch 'master' into develop

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sudo: required
 
2
  
 
3
language: python
 
4
 
 
5
python:
 
6
 - 3.5
 
7
 
 
8
install:
 
9
  - pip install gitpython
 
10
 
 
11
before_install:
 
12
  - sudo add-apt-repository ppa:ansible/ansible -y && sudo apt-get update 
 
13
  
 
14
script:
 
15
  - sudo apt-get install ansible --force-yes -y
 
16
       
 
17
deploy:
 
18
  - provider: pypi
 
19
    user: $PYPI_USER
 
20
    password: $PYPI_PASSWORD
 
21
    on:
 
22
      tags: true