Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 1 addition & 69 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,72 +1,4 @@
# No .pyc files
*.pyc

# No .so, .c or .nfs files
*.o
*.so
*.c
*.cpp
*.nfs*

# annotated files
tofu/geom/*.html

# No images
#*.png

# Mac stuff
# apple stuff
*.AppleDouble
.DS_Store
._.DS_Store

# No files finishing with a tilde
*~

# No jobs
job_*

# No Nextupdate
NextUpdate*

# No swap files
*.swp

# No plugins
tofu/plugins/
tofu/geom/build/
./conda-bld
conda-bld/
dist/
tofu.egg-info/
build/

# Tex files
*.aux
*.log

# coverage output
.coverage

# Include travis
!.travis.yml

# no precommit configurations
.pre-commit-config.yaml

# installation dir
usr/

# no PyCharm config files
.idea/

# do not commit sphinx built files
doc/build/html/

# do not commit built compiled files on windows
*.pyd

# do not commit sphinx-gallery files
doc/source/auto_examples/

# do not commit nose tests files
*.noseids
24 changes: 10 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
language: python
python:
- '2.7'
- '3.6'
- '3.7-dev'

git:
depth: 200
depth: 100
sudo: required
dist: trusty
before_install:
- sudo apt-get update
- ldd --version
- gcc --version
- export START=$(pwd)
- sudo apt-get update
- ldd --version
- gcc --version
- export START=$(pwd)
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.7-dev" ]]; then export VADD="py37"; else export VADD="py36"; fi
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-O miniconda.sh
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
-O miniconda.sh; export VADD="py27"; export PCK="polygon2"; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
-O miniconda.sh; export VADD="py36"; export PCK="polygon3"; fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
Expand All @@ -27,10 +26,7 @@ install:
- conda config --append channels conda-forge
- conda config --append channels tofuproject
- conda info -a
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.7-dev" ]]; then export THIS_PY_VERSION="3.7";
else THIS_PY_VERSION=$TRAVIS_PYTHON_VERSION;
fi
- conda install -q python=$THIS_PY_VERSION conda-build anaconda-client nose
- conda install -q python=$TRAVIS_PYTHON_VERSION conda-build anaconda-client nose
nose-timer coverage codecov
- export REV=$(python -c "import _updateversion as up; out=up.updateversion(); print(out)")
- export VERSION=$(echo $REV | tr - .)
Expand Down
Empty file removed Debug_JINTRACMesh.pdf
Empty file.
Loading