Skip to content

Commit 509a8c6

Browse files
authored
Merge pull request #140 from Erotemic/dev/1.1.1
Dev/1.1.1
2 parents 40fe8c5 + c97a5a3 commit 509a8c6

26 files changed

+510
-263
lines changed

.circleci/config.yml

+18-14
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,17 @@ jobs:
118118
name: run tests
119119
command: |
120120
. venv/bin/activate
121+
ls
122+
$PYTHON_EXE -m pip freeze
121123
$PYTHON_EXE run_tests.py
122124
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
123-
codecov
124-
- store_artifacts:
125-
path: test-reports
126-
destination: test-reports
127-
- store_artifacts:
128-
path: .coverage
129-
destination: .coverage
125+
#codecov
126+
#- store_artifacts:
127+
# path: test-reports
128+
# destination: test-reports
129+
#- store_artifacts:
130+
# path: .coverage
131+
# destination: .coverage
130132

131133

132134
.test_full_template: &test_full_template
@@ -160,15 +162,17 @@ jobs:
160162
name: run tests
161163
command: |
162164
. venv/bin/activate
165+
ls
166+
$PYTHON_EXE -m pip freeze
163167
$PYTHON_EXE run_tests.py
164168
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
165-
codecov
166-
- store_artifacts:
167-
path: test-reports
168-
destination: test-reports
169-
- store_artifacts:
170-
path: .coverage
171-
destination: .coverage
169+
#codecov
170+
#- store_artifacts:
171+
# path: test-reports
172+
# destination: test-reports
173+
#- store_artifacts:
174+
# path: .coverage
175+
# destination: .coverage
172176

173177

174178
###################################

0 commit comments

Comments
 (0)