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

Test for compatibility with unreleased versions of dependencies using GitHub Actions #289

Open
jpgill86 opened this issue Dec 28, 2020 · 0 comments
Labels
missing test Something isn't being tested

Comments

@jpgill86
Copy link
Owner

jpgill86 commented Dec 28, 2020

Reproduce this automated test with GitHub Actions, which previously worked on Travis CI:

neurotic/.travis.yml

Lines 21 to 34 in 6f3c751

- name: Future
python: "3.9"
before_script:
# install dev versions of important packages
- pip install -U \
git+https://github.com/NeuralEnsemble/python-neo.git \
git+https://github.com/NeuralEnsemble/ephyviewer.git
# list versions
- python --version
- python -c "import os, sys; assert sys.version_info[:2] == tuple(map(int, os.environ['TRAVIS_PYTHON_VERSION'].split('.')))[:2]"
- pip -V
- pip list
- conda list

@jpgill86 jpgill86 added the missing test Something isn't being tested label Dec 28, 2020
@jpgill86 jpgill86 added this to the 1.5.0 milestone Dec 28, 2020
@jpgill86 jpgill86 removed this from the 1.5.0 milestone Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing test Something isn't being tested
Projects
None yet
Development

No branches or pull requests

1 participant