mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-18 21:26:53 -04:00
Make Travis CI use requirements-dev.txt for tests
This commit is contained in:
@@ -3,6 +3,6 @@ language: python
|
||||
python:
|
||||
- "3.7"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
script:
|
||||
- pytest
|
||||
|
||||
Reference in New Issue
Block a user