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
Update circle.yml
  • Loading branch information
cclauss authored Aug 23, 2017
commit e7d49eb6ca30af9131fa5d66f04d8e1bf5629c11
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- master
- old_master
steps:
checkout
run:
- checkout
- run:
name: Flake8 and unittests on Python 2.7.13
command: |
# pip install virtualenv
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
- master
- old_master
steps:
checkout
run:
- checkout
- run:
name: Flake8 and unittests on Python 3.6.2
command: |
python -m venv venv
Expand Down