We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9135939 commit 30aa613Copy full SHA for 30aa613
.travis.yml
@@ -5,8 +5,10 @@ services:
5
python:
6
- '3.6'
7
- '3.7'
8
+before_install:
9
+- sudo apt-get install -y libpcre3-dev
10
install:
-- apt-get install libpcre3-dev && bash <(curl -sL get.comby.dev)
11
+- bash <(curl -sL get.comby.dev)
12
- pip install -r requirements.dev.txt
13
- pip install .
14
script:
0 commit comments