Skip to content

Commit

Permalink
[poking travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Nov 5, 2018
1 parent 9a8662d commit 0c54d33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- "3.4"
# - "3.5"
# - "3.6"
- "3.5"
- "3.6"
- "3.7"
env:
- INSTALL_EXTRAS=[]
- INSTALL_EXTRAS=
- INSTALL_EXTRAS=[VISA,plotting]
- INSTALL_EXTRAS=[VISA,plotting,Faster-fractions]

Expand All @@ -18,6 +19,7 @@ cache: pip
# - $HOME/.cache/miniconda3_pkgs
# - $HOME/Downloads

# install dependencies for gmpy2
addons:
apt:
update: true
Expand Down

0 comments on commit 0c54d33

Please sign in to comment.