Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Mar 8, 2019
1 parent 67803e9 commit 2f7ef08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
os:
- linux
# - osx
addons:
apt:
packages:
- libc++-dev
env:
- CC=gcc CXX=g++
- CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++"
install:
- pip install numpy
- pip install plotly
script:
- python setup.py test

0 comments on commit 2f7ef08

Please sign in to comment.