Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3abb4b0
1
Parent(s):
bed9614
Add missing setuptools to travis
Browse files- .travis.yml +1 -0
.travis.yml
CHANGED
@@ -6,6 +6,7 @@ addons:
|
|
6 |
apt:
|
7 |
packages:
|
8 |
- python3-pip
|
|
|
9 |
|
10 |
script:
|
11 |
- ./test/travis.sh
|
|
|
6 |
apt:
|
7 |
packages:
|
8 |
- python3-pip
|
9 |
+
- python3-setuptools
|
10 |
|
11 |
script:
|
12 |
- ./test/travis.sh
|