Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 5, 2017
1 parent 7ba2fb1 commit a72cd90
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 50 deletions.
25 changes: 11 additions & 14 deletions .gitignore
@@ -1,7 +1,12 @@
# hidev internals
.hidev/composer.json
.hidev/composer.lock
.hidev/vendor
/.hidev/composer.json
/.hidev/composer.lock
/.hidev/runtime
/.hidev/vendor

# local config
/.env
/hidev-local.yml

# IDE & OS files
.*.swp
Expand All @@ -13,14 +18,9 @@
Thumbs.db
nbproject

# test coverage
.coverage

# vendor dirs
vendor

# composer lock files
composer.lock
# composer internals
/composer.lock
/vendor

# php-cs-fixer cache
.php_cs.cache
Expand All @@ -36,10 +36,7 @@ coverage.clover
# Binaries
chkipper.phar
composer.phar
coverage.phar
ocular.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar
pip.phar
pytest.phar
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,15 +1,14 @@
language: php
php:
- 5.5
- 5.6
- 7
- 7.1
- hhvm
dist: trusty
matrix:
allow_failures:
-
php: hhvm
-
php: 5.5
-
python: 3.4
cache:
Expand All @@ -20,7 +19,7 @@ before_install:
- 'composer --version'
- 'composer install --no-interaction'
- './vendor/bin/hidev --version'
- './vendor/bin/hidev travis/before_install'
- './vendor/bin/hidev travis/before-install'
python:
- 2.7
- 3.4
Expand All @@ -30,4 +29,4 @@ install:
script:
- './vendor/bin/hidev travis/script'
after_script:
- './vendor/bin/hidev travis/after_script'
- './vendor/bin/hidev travis/after-script'
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright © 2015-2016, HiQDev (http://hiqdev.com/)
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
28 changes: 1 addition & 27 deletions README.md
@@ -1,5 +1,4 @@
HiDev Python
============
# HiDev Python

**HiDev config for Python projects**

Expand All @@ -20,28 +19,3 @@ Provides:
- standart: LICENSE, README.md, CHANGELOG.md
- CI: Travis & Scrutinizer
- to be done: PyPI, pylint, autopep8, ...

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```sh
php composer.phar require "hiqdev/hidev-python"
```

or add

```json
"hiqdev/hidev-python": "*"
```

to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2016, HiQDev (http://hiqdev.com/)
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -26,19 +26,19 @@
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"email": "d.naumenko.a@gmail.com",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"email": "andreyklochok@gmail.com",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"email": "bladeroot@gmail.com",
"homepage": "http://hiqdev.com/"
}
],
Expand Down

0 comments on commit a72cd90

Please sign in to comment.