Skip to content

Commit

Permalink
Fix typo in travis YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Sep 14, 2019
1 parent 0f80932 commit 2fcd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ install:

# Run test
script:
- MPLBACKEND=Agg nosetests -v --with-cov --cov skll --cov-config .coveragerc --logging-level=DEBUG ${TESTFILES}; else nosetests -v --with-cov --cov skll --cov-config .coveragerc --logging-level=DEBUG -a '!have_pandas_and_seaborn' ${TESTFILES}; fi
- MPLBACKEND=Agg nosetests -v --with-cov --cov skll --cov-config .coveragerc --logging-level=DEBUG ${TESTFILES}

# Calculate coverage
after_success:
Expand Down

0 comments on commit 2fcd1d7

Please sign in to comment.