Skip to content

Commit

Permalink
Merge pull request #120 from macisamuele/maci-fix-tests
Browse files Browse the repository at this point in the history
Remove un-needed print and make python version explicit
  • Loading branch information
macisamuele authored May 6, 2019
2 parents 1d9b43d + a2ad157 commit 8fcacea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ language: python

matrix:
include:
- env: TOXENV=py27-default
- env: TOXENV=py27-simplejson
- python: "2.7"
env: TOXENV=py27-default
- python: "2.7"
env: TOXENV=py27-simplejson
- python: "3.5"
env: TOXENV=py35-default
- python: "3.6"
env: TOXENV=py36-default
- env: TOXENV=pre-commit
- env: TOXENV=cover
- env: TOXENV=docs
- python: "3.6"
env: TOXENV=pre-commit
- python: "3.6"
env: TOXENV=cover
- python: "3.6"
env: TOXENV=docs
install: pip install tox coveralls
script: tox
after_success: if [ "$TOXENV" == "cover" ]; then coveralls; fi
Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
print os.path.abspath('.')
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../extensions'))

Expand Down

0 comments on commit 8fcacea

Please sign in to comment.