Skip to content

Commit

Permalink
trying another way
Browse files Browse the repository at this point in the history
  • Loading branch information
liampaull committed Feb 18, 2019
1 parent e30dd75 commit e00b265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
DUCKIEFLEET_ROOT: /root/duckiefleet
DUCKIETOWN_ROOT: /root/project
DUCKIETOWN_DATA: /root/duckietown-data
READTHEDOCS: True # needed to make Picamera install

COLUMNS: 160
parallelism: 4
resource_class: large
Expand All @@ -20,7 +20,7 @@ jobs:
# python -m venv venv
#
# . venv/bin/activate
export READTHEDOCS=True # needed to make Picamera install
pip install --upgrade -r requirements.txt
make python-module-stats
Expand Down

0 comments on commit e00b265

Please sign in to comment.