Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Fixing COLUMNS for windows test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Dec 10, 2016
1 parent 963d1f2 commit 1a18e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
@@ -1,4 +1,5 @@
environment:
COLUMNS: 80

matrix:

Expand All @@ -9,6 +10,7 @@ environment:
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"


install:
- "%PYTHON%\\python.exe -m pip install --disable-pip-version-check --upgrade pip"
- "%PYTHON%\\python.exe -m pip install wheel"
Expand Down

0 comments on commit 1a18e5e

Please sign in to comment.