Skip to content

Commit

Permalink
cache pip packages and enable fast finish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-diodan committed Sep 12, 2019
1 parent 1a3535d commit e662270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dist: xenial # required for Python >= 3.7
language: python
cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
matrix:
include:
- python: "3.8-dev"
Expand All @@ -18,6 +18,7 @@ matrix:
- cython
allow_failures:
- python: "3.8-dev"
fast_finish: true

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit e662270

Please sign in to comment.