Skip to content

Commit

Permalink
always use pre release version
Browse files Browse the repository at this point in the history
  • Loading branch information
obestwalter committed May 31, 2018
1 parent e6d9864 commit 7364c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ branches:
except:
- experimental
install:
- pip install tox
- pip install --pre tox
script:
- tox
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
PIP: "C:\\Python36-x64\\Scripts\\pip"

install:
- "%PYTHON%\\python.exe -m pip install tox"
- "%PYTHON%\\python.exe -m pip install --pre tox"

build: off

Expand Down

0 comments on commit 7364c2c

Please sign in to comment.