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