Skip to content

Commit

Permalink
Remove travis stuff (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Aug 14, 2022
1 parent b606791 commit 2e6ae0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# This workflow will install Python dependencies and run tests with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: Unit tests

on:
push:
Expand All @@ -27,11 +27,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r requirements_travis.txt
python -m pip install pytest
pip install -r requirements_dev.txt
- name: Install Surprise
run: |
python -m pip install -e .
- name: Test with pytest
run: |
pytest
pytest -v
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions requirements_travis.txt

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
Expand Down

0 comments on commit 2e6ae0e

Please sign in to comment.