Skip to content

Commit

Permalink
Uncomment everything for a full test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Aug 22, 2014
1 parent 7ebcc59 commit 3dffb61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -11,17 +11,17 @@ install:
- pip install simplejson bottle
- pip install pytest-cov coveralls pep8
- pip install .
# before_script:
# - git clone https://github.com/synthicity/sanfran_urbansim.git
# - cd sanfran_urbansim; ipython nbconvert --to python Simulation.ipynb
# - cd ..
before_script:
- git clone https://github.com/synthicity/sanfran_urbansim.git
- cd sanfran_urbansim; ipython nbconvert --to python Simulation.ipynb
- cd ..
script:
- pep8 urbansim scripts
# - py.test --cov urbansim --cov-report term-missing
# - cd sanfran_urbansim; python Simulation.py
# - cd ..
- py.test --cov urbansim --cov-report term-missing
- cd sanfran_urbansim; python Simulation.py
- cd ..
after_success:
# - coveralls
- coveralls
- bin/build_docs.sh
notifications:
slack:
Expand Down
4 changes: 2 additions & 2 deletions bin/build_docs.sh
Expand Up @@ -29,8 +29,8 @@ set -e
ACTUAL_TRAVIS_JOB_NUMBER=`echo $TRAVIS_JOB_NUMBER| cut -d'.' -f 2`

if [ "$TRAVIS_REPO_SLUG" == "synthicity/urbansim" ] && \
# [ "$TRAVIS_BRANCH" == "master"] && \
# [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
[ "$TRAVIS_BRANCH" == "master" ] && \
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
[ "$ACTUAL_TRAVIS_JOB_NUMBER" == "1" ]; then

echo "Installing dependencies"
Expand Down

0 comments on commit 3dffb61

Please sign in to comment.