Skip to content

Commit

Permalink
Add python3.4-venv in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 21, 2018
1 parent d80067e commit df1ef06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: julia
dist: trusty # update "python3.4-venv" below when updating
os:
- linux
- osx
Expand All @@ -11,6 +12,7 @@ addons:
packages:
- python-numpy
- python3-numpy
- python3.4-venv # Ubuntu Trusty 14.04 does not have python3-venv
env:
global:
- PYCALL_DEBUG_BUILD="yes"
Expand Down

0 comments on commit df1ef06

Please sign in to comment.