Skip to content

Commit 0b29c4d

Browse files
author
cclauss
authored
Update circle.yml
1 parent 4b3bf32 commit 0b29c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ general:
1717
- old_master
1818
test:
1919
override:
20+
- python2 -V
2021
- python2 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
2122
- python2 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2223
- python2 -m unittest discover test_replays
2324
- python2 -m unittest discover test_s2gs
25+
- python3 -V
2426
- python3 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
2527
- python3 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2628
- python3 -m unittest discover test_replays

0 commit comments

Comments
 (0)