mirror of
https://github.com/Andreaierardi/Master-DataScience-Notes.git
synced 2025-02-14 03:56:48 +01:00
Update .travis.yml
This commit is contained in:
parent
846cf5b037
commit
a19ede5db6
@ -1,12 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "3.6" # current default Python on Travis CI
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
- "nightly" # nightly build
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
python:
|
||||||
|
- "3.6" # current default Python on Travis CI
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user