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 d8ee31b commit db4649bCopy full SHA for db4649b
.circleci/config.yml
@@ -17,7 +17,7 @@ commands:
17
circleci step halt
18
fi
19
jobs:
20
- test:
+ build:
21
docker:
22
- image: circleci/python:3.6.1
23
@@ -30,7 +30,7 @@ jobs:
30
31
- run:
32
name: Install tox
33
- command: pip install tox
+ command: sudo pip install tox
34
35
36
name: Test package build
@@ -62,7 +62,7 @@ workflows:
62
version: 2
63
commit:
64
65
- - test
+ - build
66
nightly:
67
triggers:
68
- schedule:
@@ -72,4 +72,4 @@ workflows:
72
only:
73
- master
74
75
0 commit comments