Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update circle.yml
  • Loading branch information
cclauss authored Aug 23, 2017
commit e8539552c40e3b8b8c8ce40f19217212846383ed
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- run:
name: Flake8 and unittests on Python 2.7.13
command: |
python -m venv venv
. venv/bin/activate
python -V
pip -V
Expand All @@ -26,6 +27,7 @@ jobs:
- run:
name: Flake8 and unittests on Python 3.6.2
command: |
python -m venv venv
. venv/bin/activate
python -V
pip -V
Expand Down