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 916b935 commit 0724a5fCopy full SHA for 0724a5f
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "2.7"
5
- "3.5"
6
- "3.6"
7
-install: "make ci-init"
8
-script: "make ci"
+ - "3.7"
+install: "script/setup"
9
+script: "script/ci"
10
cache: pip
script/ci
@@ -9,20 +9,20 @@ set -e
cd "$(dirname "$0")/.."
11
12
-# Initialize the CI environment
13
-echo "==> Initializing the CI environment"
14
-
15
16
-# Setup the project
17
-script/setup --dev
+## Initialize the CI environment
+#echo "==> Initializing the CI environment"
+#
+## Setup the project
+#script/setup --dev
18
19
20
# Run the test suite
21
script/test
22
23
24
-# Build the product(s)
25
-script/build
26
27
28
-# Push the builds
+## Build the product(s)
+#script/build
+## Push the builds
0 commit comments