Skip to content
Snippets Groups Projects
Commit 5d555639 authored by David Trattnig's avatar David Trattnig
Browse files

Pip version.

parent 9bd406fa
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ language: python
python:
- "3.7"
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip3 install -r requirements.txt"
# command to run tests
script: nosetests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment