You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+6-1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ matrix:
42
42
env:
43
43
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
44
44
45
+
- dist: trusty
46
+
python: "3.8-dev"
47
+
env:
48
+
- JOB="3.8-dev"
49
+
45
50
# In allow_failures
46
51
- dist: trusty
47
52
env:
@@ -88,7 +93,7 @@ before_script:
88
93
89
94
script:
90
95
- echo "script start"
91
-
- source activate pandas-dev
96
+
- if [[ -v PENV_FILE]]; then source activate pandas-dev; fi
0 commit comments