Skip to content

Commit

Permalink
split requirements into requirements_tests, moved out of .travis.yml
Browse files Browse the repository at this point in the history
version specifier for pytest-qt
  • Loading branch information
sneakers-the-rat committed Dec 22, 2021
1 parent b55e6f5 commit 766a258
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ env:

install:
- pip install -U pip
- pip install -U pytest
- pip install -U pytest-cov
- pip install -U pylint
- pip install -U coveralls
- pip install -U numpy~=1.18.4
- pip install -U PySide2==5.11.*
- pip install -U pyqtgraph~=0.11.0rc0
- pip install -U scipy~=1.4.1
- pip install -r requirements.txt
- pip install -r requirements_tests.txt
- pip install -e .
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset"
- sleep 3
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ numpy~=1.18.4
pigpio~=1.46
pyqtgraph~=0.11.0rc0
PySide2==5.11.*
pytest~=5.4.1
pytest-qt
pytest-timeout
setuptools~=40.8.0
scipy~=1.4.1
h5py~=2.10.0
Expand Down
7 changes: 7 additions & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pytest~=5.4.1
pytest-qt~=3.3.*
pytest-timeout
coveralls
pytest-cov
pylint
coveralls
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def get_version(rel_path):
else:
raise RuntimeError("Unable to find version string.")


setup(
name="pvp",
author="pvp team",
Expand Down

0 comments on commit 766a258

Please sign in to comment.