Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Fixed travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed Nov 5, 2016
1 parent 1a7ab92 commit 29a941b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ sudo: required
language: python

python:
- 3.5

install:
- pip install gitpython

before_install:
- sudo add-apt-repository ppa:ansible/ansible -y && sudo apt-get update

- 2.7

script:
- sudo apt-get install ansible --force-yes -y
- sudo ./setup.py install

deploy:
- provider: pypi
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
import os
from platform import python_version
import distutils
try:
import pathlib
except ImportError:
sys.exit("pathlib package is missing")
import pathlib
try:
from setuptools import setup, find_packages
except ImportError:
Expand Down

0 comments on commit 29a941b

Please sign in to comment.