Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feffi committed Sep 10, 2017
1 parent 0172856 commit e1df2af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions .gitignore
@@ -1,42 +0,0 @@
.vagrant
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# vim swap files
*.swp

.DS_Store
2 changes: 1 addition & 1 deletion tests/travis.yml
Expand Up @@ -2,4 +2,4 @@
- hosts: 127.0.0.1
connection: local
roles:
- include-vars
- ansible-include-vars

0 comments on commit e1df2af

Please sign in to comment.