Skip to content

Commit

Permalink
FF: try again with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Mar 13, 2016
1 parent e52f683 commit 7a3c325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/tests/test_app/test_builder/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_component_attribs(self):
for line in [default] + lineFields:
if line.startswith('ParallelOutComponent.address') and ignoreParallelOutAddresses:
continue
if 'SettingsComponent.Use version.allowedVals' in line:
if 'SettingsComponent.Use version' in line:
# versions available on travis-ci are only local
continue
if not line+'\n' in target:
Expand Down

0 comments on commit 7a3c325

Please sign in to comment.