Skip to content

Commit 3740eed

Browse files
committed
Update travis file to use python with the correct version
1 parent bea2855 commit 3740eed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
sudo: false
22

3+
language: python
4+
5+
python:
6+
- 3.7
7+
38
addons:
49
apt_packages:
510
- enchant
611

712
install:
13+
- pip install pipenv
814
- pipenv install
915

1016
script:

0 commit comments

Comments
 (0)