mirror of
https://github.com/Andreaierardi/Master-DataScience-Notes.git
synced 2025-01-22 01:07:39 +01:00
Update .travis.yml
This commit is contained in:
parent
0f85ede6be
commit
846cf5b037
11
.travis.yml
11
.travis.yml
@ -1,3 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6" # current default Python on Travis CI
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "nightly" # nightly build
|
||||
# command to install dependencies
|
||||
install:
|
||||
sudo apt-get install python3.6
|
||||
- pip install -r requirements.txt
|
||||
# command to run tests
|
||||
script:
|
||||
- pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user