mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2026-01-04 16:35:31 +00:00
Added testing with pytest and support for travis ci. Also added requirements file.
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: pytest
|
||||
Reference in New Issue
Block a user