Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #88 from cloudify-cosmo/circle.yml-add
Browse files Browse the repository at this point in the history
add circle.yml file
  • Loading branch information
fogelomer committed Nov 19, 2015
2 parents d24896d + 8c79259 commit 3dc951c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
machine:
environment:
TOX_ENV: docs
TOX_ENV: flake8
TOX_ENV: py27
TOX_ENV: py26
python:
version: 2.7.9
version: 2.6.6

dependencies:
post:
- pyenv local 2.7.9 2.6.8
override:
- pip install tox==1.6.1

test:
override:
- tox -e $TOX_ENV
- tox -e docs
- tox -e flake8
- tox -e py27
- tox -e py26

# notify:
# flowdock: 1f4ec6febcf1ac9b35ae6c1f0049471f
Expand Down

0 comments on commit 3dc951c

Please sign in to comment.