-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
505 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,18 +15,20 @@ install: | |
- conda update -q conda | ||
- conda info -a | ||
- | | ||
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pip numpy pandas pytest matplotlib scipy statsmodels | ||
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pip numpy pandas pytest matplotlib scipy statsmodels pytables | ||
- source activate test-environment | ||
- conda list | ||
- pip install https://github.com/UDST/orca/archive/master.zip | ||
- pip install https://github.com/pksohn/urbansim/archive/python3.zip | ||
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install pandana; else | ||
pip install https://github.com/UDST/osmnet/archive/python3-support.zip && | ||
pip install https://github.com/UDST/pandana/archive/python3-support.zip; fi | ||
- pip install pycodestyle | ||
- pip install orca | ||
- pip install https://github.com/udst/urbansim/archive/master.zip | ||
- pip install osmnet pandana | ||
- pip install . | ||
- cd .. && git clone [email protected]:urbansim/urbansim_parcels.git | ||
- pip install ./urbansim_parcels | ||
- cd "$TRAVIS_BUILD_DIR" | ||
|
||
script: | ||
- cd "$TRAVIS_BUILD_DIR" && py.test | ||
- cd ../urbansim_parcels/sf_example && python simulate.py | ||
- pycodestyle developer | ||
- py.test | ||
- cd ../urbansim_parcels/sf_example && python simulate.py | ||
- cd ../sd_example && python Simulation.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.2.0' | ||
__version__ = '0.3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.