Skip to content

Commit

Permalink
Merge pull request #23 from karllark/fix_rtd
Browse files Browse the repository at this point in the history
Fix travis python 3.3 error (some odd issue with pytest)
  • Loading branch information
karllark committed Aug 24, 2017
2 parents 702fa4e + c62ee43 commit 6750d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ matrix:
env: MAIN_CMD='pycodestyle dust_extinction --count' SETUP_CMD=''

allow_failures:
- os: linux
env: PYTHON_VERSION=3.3 NUMPY_VERSION=1.9
# Do a PEP8 test with pycodestyle
# (allow to fail unless your code completely compliant)
- os: linux
Expand Down

0 comments on commit 6750d93

Please sign in to comment.