Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 23, 2017
1 parent 786a4ea commit 7f7ed49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ dependencies:
pre:
- pip install --upgrade pip
- pip3 install --upgrade pip
- python3.6 -m pip install --upgrade pip
- pip install hacking
- python3.6 -m pip install hacking
- pip3 install hacking
test:
override:
- REPO=PythonCharmers/python-future
- URL=https://github.com/${REPO}
- echo "${URL} --> ./${REPO}..."
- git clone --depth=50 ${URL} ./${REPO} # --branch=master
- pwd
- cd ./${REPO}
- pwd
- python2.7 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- python2.7 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- python3.6 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
Expand Down

0 comments on commit 7f7ed49

Please sign in to comment.