Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis cleanup #115

Merged
merged 8 commits into from Jul 19, 2019
Merged

Travis cleanup #115

merged 8 commits into from Jul 19, 2019

Conversation

smmaurer
Copy link
Member

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
Copy link

Coverage Status

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

1 similar comment
@coveralls
Copy link

Coverage Status

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

@coveralls
Copy link

coveralls commented Jul 16, 2019

Coverage Status

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

Copy link
Contributor

@federicofernandez federicofernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice clean-up!

echo "Installing dependencies"
conda install --yes --quiet sphinx numpydoc
pip install sphinx_rtd_theme
# These are now included in requirements-dev.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just remove these comments.

@smmaurer smmaurer merged commit 0e68e5f into develop Jul 19, 2019
@smmaurer smmaurer deleted the travis-cleanup branch July 19, 2019 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants