Skip to content

Commit

Permalink
Update Travis to build n-1 python versions
Browse files Browse the repository at this point in the history
Updated devnotes for testing and release process
  • Loading branch information
Chaffelson committed Nov 6, 2020
1 parent bc386aa commit 4c7683b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
dist: xenial
sudo: true
script: tox
Expand Down
2 changes: 2 additions & 0 deletions docs/devnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ This assumes you have virtualenvwrapper, git, and appropriate python versions in
pip install path/to/nipyapi-0.3.1-py2.py3-none-any.whl # for example
# Run appropriate tests, such as usage tests etc.
deactivate
Push changes to Github
Check build on TravisCI
# You may have to reactivate your original virtualenv
twine upload dist/*
# You may get a file exists error, check you're not trying to reupload an existing version
Expand Down

0 comments on commit 4c7683b

Please sign in to comment.