Skip to content

Commit 7d7c3d8

Browse files
committed
Move back to upstream python-builder
...and use the up-to-date version to build 3.6-dev
1 parent ff7dfa8 commit 7d7c3d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ env:
99

1010
install:
1111
- pushd /opt/pyenv/
12-
- sudo git remote add fork https://github.com/BanzaiMan/pyenv.git
13-
- sudo git fetch fork
14-
- sudo git checkout fork/ha-feature-py36
12+
- sudo git checkout master
13+
- sudo git pull
1514
- popd
1615

1716
script:

0 commit comments

Comments
 (0)