Skip to content

Commit

Permalink
Fix logic operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Aug 31, 2016
1 parent ebb6339 commit 312d92a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ install:
- easy_install --upgrade coveralls
- if $REQUIRES_PYNBODY; then pip install git+git://github.com/pynbody/pynbody.git; fi
# clone my version of the torus code, don't do this for one test, to make sure the code installs without the torus code
- if [[ $NOSE_IGNORE_FILES -ne '^((?!test_evolveddiskdf).)*$' ]]; then git clone https://github.com/jobovy/Torus.git galpy/actionAngle_src/actionAngleTorus_c_ext/torus; fi
- if [[ $NOSE_IGNORE_FILES -ne '^((?!test_evolveddiskdf).)*$' ]]; then cd galpy/actionAngle_src/actionAngleTorus_c_ext/torus; fi
- if [[ $NOSE_IGNORE_FILES -ne '^((?!test_evolveddiskdf).)*$' ]]; then git checkout galpy; fi
- if [[ $NOSE_IGNORE_FILES -ne '^((?!test_evolveddiskdf).)*$' ]]; then cd -; fi
- if [[ $NOSE_IGNORE_FILES != '^((?!test_evolveddiskdf).)*$' ]]; then git clone https://github.com/jobovy/Torus.git galpy/actionAngle_src/actionAngleTorus_c_ext/torus; fi
- if [[ $NOSE_IGNORE_FILES != '^((?!test_evolveddiskdf).)*$' ]]; then cd galpy/actionAngle_src/actionAngleTorus_c_ext/torus; fi
- if [[ $NOSE_IGNORE_FILES != '^((?!test_evolveddiskdf).)*$' ]]; then git checkout galpy; fi
- if [[ $NOSE_IGNORE_FILES != '^((?!test_evolveddiskdf).)*$' ]]; then cd -; fi
- if $REQUIRES_ASTROPY; then pip install astropy; fi
- python setup.py build_ext --coverage --single_ext --inplace
- python setup.py develop --single_ext
Expand Down

0 comments on commit 312d92a

Please sign in to comment.