Skip to content

Commit

Permalink
TravisCI (yandex#9)
Browse files Browse the repository at this point in the history
* Added travis configuration
* Removed unused tests
  • Loading branch information
buglloc authored Apr 8, 2017
1 parent 97d3b40 commit 82a49f4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
sudo: false
python:
- "2.7"
- "3.5"
- "3.6"

install:
- pip install -r requirements.pip
- pip install -r requirements.dev.pip

script:
- nosetests --with-coverage --cover-package gixy -v
- flake8 --max-line-length=120 setup.py yodax
3 changes: 0 additions & 3 deletions tests/plugins/simply/force_https/config.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/plugins/simply/force_https/return.conf

This file was deleted.

1 change: 0 additions & 1 deletion tests/plugins/simply/force_https/rewrite.conf

This file was deleted.

2 changes: 0 additions & 2 deletions tests/plugins/simply/force_https/simple_fp.conf

This file was deleted.

0 comments on commit 82a49f4

Please sign in to comment.