UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
387 stars 83 forks source link

Travis cleanup #115

Closed smmaurer closed 5 years ago

smmaurer commented 5 years ago

This PR updates and simplifies the Travis script, without changing its core behavior.

  1. Travis now runs tests for Python 2.7, 3.5, 3.6, and 3.7

  2. I created a requirements-dev.txt that lists all packages used for running tests and building docs

  3. Travis now installs pandana using the standard requirements list and compilation settings -- no more extra packages, conda downloads, or ubuntu add-ons. This had accumulated over the years, but we don't need it

  4. Still runs the same linting, tests, coverage reports, and doc building script

  5. In setup.py i changed the project status from alpha to beta and added Python 3.6 and 3.7 as supported platforms

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 91.089% when pulling ea5e20a368e23cc16f7e436e0470f36bce2b1bfe on travis-cleanup into 68c2644ecd3e0095d64b7c493f12820e3e5c66d0 on develop.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 91.089% when pulling ea5e20a368e23cc16f7e436e0470f36bce2b1bfe on travis-cleanup into 68c2644ecd3e0095d64b7c493f12820e3e5c66d0 on develop.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 91.089% when pulling 20a064831e112b941cd7968e99b6691337a23770 on travis-cleanup into 68c2644ecd3e0095d64b7c493f12820e3e5c66d0 on develop.