Skip to content

Commit eb1ba54

Browse files
author
Dominik Neise
committed
just use pytest
1 parent f7550f2 commit eb1ba54

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ my-steps: &steps
99
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1010
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1111
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
12-
#- run: pytest # test_s2gs test_replays
13-
- run: python -m unittest discover test_s2gs
14-
- run: python -m unittest discover test_replays
12+
- run: pytest
1513

1614
jobs:
1715
Python2:
File renamed without changes.

0 commit comments

Comments
 (0)