Skip to content

Commit

Permalink
update travis, appveyor, flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 4, 2016
1 parent 20f899c commit 58b79af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.4"
- "3.5"
addons:
apt:
Expand Down
8 changes: 4 additions & 4 deletions _unittests/ut_module/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ def test_flake8_test(self):
thi = os.path.abspath(os.path.dirname(__file__))
test = os.path.normpath(os.path.join(thi, "..", ))
check_pep8(test, fLOG=fLOG, neg_filter="temp_.*",
skip=["'src' imported but unused",
"'skip_' imported but unused",
"'skip__' imported but unused",
"'skip___' imported but unused",
skip=["src' imported but unused",
"skip_' imported but unused",
"skip__' imported but unused",
"skip___' imported but unused",
],
extended=[("fLOG", _extended_refactoring)],
max_line_length=320)
Expand Down
10 changes: 0 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@ environment:

matrix:

# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
# See: http://www.appveyor.com/docs/installed-software#python

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.1"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.2"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand Down

0 comments on commit 58b79af

Please sign in to comment.