Skip to content

Commit 6fcd198

Browse files
committed
Fix travis - why testing in nightly...
1 parent e0c6a5d commit 6fcd198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
# - "3.7"
55
- "3.8"
66
- "3.8-dev" # 3.8 development branch
7-
- "nightly" # nightly build
7+
# - "nightly" # nightly build
88
install:
99
- pip install numpy
1010
- pip install .

0 commit comments

Comments
 (0)