Skip to content

Commit

Permalink
Updated README to include gitlab-ci.yml, changed version number of rs…
Browse files Browse the repository at this point in the history
…mtool
  • Loading branch information
Frost45 committed Jun 2, 2021
1 parent 7b1eca7 commit fde1ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:

variables:
PYVERSION: "3.7"
RSMVERSION: "8.1.0"
RSMVERSION: "8.1.1"
BINPATH: "/root/rsmenv/bin"
TESTDIR: "/root/rsmcode/tests"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project is to test the PyPI packages for [RSMTool](https://github.com/EducationalTestingService/rsmtool) on Linux and Windows. We do not test on macOS; we assume that if the package works on Linux, it will also work on macOS.

To test a new package version that has been already built and uploaded to the the Python Package Index, create a new branch, change the `RSMVERSION` values in both `.travis.yml` and `azure-pipelines.yml` to the version you want to test, and submit a pull request for the branch. If both builds pass, merge the PR. You can then delete the pull request without merging it.
To test a new package version that has been already built and uploaded to the the Python Package Index, create a new branch, change the `RSMVERSION` values in both `.gitlab-ci.yml` and `azure-pipelines.yml` to the version you want to test, and submit a pull request for the branch. If both builds pass, merge the PR. You can then delete the pull request without merging it.

The packages are tested by creating a new conda environment and installing the specified RSMTool version and its dependencies using `pip`. The code for RSMTool is also checked out in a separate directory and then the tests are run with the installed rsmtool package in the environment.

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
variables:
MPLBACKEND: Agg
PYTHON_VERSION: 3.8
RSMVERSION: 8.1.0
RSMVERSION: 8.1.1
TESTDIR: $(Build.SourcesDirectory)\rsmcode\tests
BINPATH: C:\Miniconda\envs\rsmenv\Scripts

Expand Down

0 comments on commit fde1ca2

Please sign in to comment.