File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ before_script:
2424 - which pip
2525 - which python
2626 - which conda
27+ - pip install -r requirements.txt
2728 - pip install -r requirements-dev.txt
2829 - conda list
2930 - python --version
3031 - which coveralls
3132
32- install :
33- - pip install -r requirements.txt
33+ # install:
34+ # - pip install -r requirements.txt
3435
3536# command to run tests
3637script :
Original file line number Diff line number Diff line change 11versioneer
22coverage
33coveralls
4- pyRestTable
Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ def test_newfile_exists(self):
142142 write_stream (specwriter , self .db ["tune_mr" ])
143143 self .assertTrue (os .path .exists (testfile ), "data file created" )
144144
145+ raised = False
145146 try :
146147 specwriter .newfile (filename = testfile )
147- raised = False
148148 except ValueError :
149149 raised = True
150150 finally :
You can’t perform that action at this time.
0 commit comments