Skip to content

Commit fd9265e

Browse files
authored
Python setup (#2)
* add travis * update sript key travis yml * fix travis yml
1 parent 41a6b17 commit fd9265e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flashdb

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.6" # current default Python on Travis CI
4+
- "3.7"
5+
- "3.8"
6+
- "3.9"
7+
# command to install dependencies
8+
install:
9+
- pip install -r install/requirements.txt
10+
script:
11+
- echo 'BUILT'

install/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)