MilesCranmer commited on
Commit
3abb4b0
1 Parent(s): bed9614

Add missing setuptools to travis

Browse files
Files changed (1) hide show
  1. .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