Skip to content

Commit df9c169

Browse files
author
cclauss
authored
Python 2 only
1 parent 2d72ab7 commit df9c169

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
post:
3-
- pyenv global 2.7 3.4
3+
- pyenv global 2.7 # 3.4
44
dependencies:
55
pre:
66
- pip install --upgrade pip
@@ -21,7 +21,7 @@ test:
2121
- python2.7 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2222
- python2.7 -m python -m unittest discover test_replays
2323
- python2.7 -m python -m unittest discover test_s2gs
24-
- python3.6 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
25-
- python3.6 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
26-
- python3.6 -m python -m unittest discover test_replays
27-
- python3.6 -m python -m unittest discover test_s2gs
24+
# - python3.6 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
25+
# - python3.6 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
26+
# - python3.6 -m python -m unittest discover test_replays
27+
# - #python3.6 -m python -m unittest discover test_s2gs

0 commit comments

Comments
 (0)