Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 852681e

Browse files
committed
Reverted Travis config.
Will add Travis config to pyota-ccurl repo for its own testing.
1 parent e3b9a43 commit 852681e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@ python:
33
- "2.7"
44
- "3.5"
55
- "3.6"
6-
env:
7-
- USE_CCURL=0
8-
- USE_CCURL=1
9-
install:
10-
- "pip install -e ."
11-
- "if [[ $USE_CCURL=1 ]] then; pip install --pre pyota-ccurl; fi"
6+
install: "pip install ."
127
script: "nosetests"

0 commit comments

Comments
 (0)