Skip to content

Commit

Permalink
import not working!!! I just don't get how to know what goes where
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcslater committed Oct 29, 2016
1 parent 206f304 commit 6ac0a52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ sudo: true
language: python

python:
# - "3.0"
# - "3.1"
# - "3.2"
# - "3.3"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
# - "3.5"
- "3.5"
- ">3.5"


#virtualenv:
Expand All @@ -25,3 +26,6 @@ install:
script:
- ls
- python array_to_latex/array_to_latex.py
- cd array_to_latex
- ls
- nosetests -v --with-doctest --doctest-tests --doctest-extension = "array_to_latex"
2 changes: 1 addition & 1 deletion array_to_latex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# comment
__all__ = ['array_to_latex']
__all__ = ['array_to_latex.to_clp','array_to_latex.to_ltx']

0 comments on commit 6ac0a52

Please sign in to comment.