Skip to content

Commit

Permalink
CI: Fixing Python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 26, 2019
1 parent 9a473b6 commit babd56f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
python: 3.7
dist: bionic
script:
- pip install setuptools
- make install

- stage: Functional tests
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ovh==0.5.0
python-dateutil==2.8.0
pytz==2019.3
six==1.12.0
tornado==5.1.1
whois==0.9.4

0 comments on commit babd56f

Please sign in to comment.