Skip to content

Commit

Permalink
Switch to 2.x branch for MPY generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdicola committed Nov 15, 2017
1 parent 2624b52 commit 297ab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deploy:
before_install:
- sudo apt-get -yqq update
- sudo apt-get install -y build-essential git python python-pip
- git clone https://github.com/adafruit/circuitpython.git
- git clone https://github.com/adafruit/circuitpython.git -b 2.x
- make -C circuitpython/mpy-cross
- export PATH=$PATH:$PWD/circuitpython/mpy-cross/
- sudo pip install shyaml
Expand Down

0 comments on commit 297ab9b

Please sign in to comment.