All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Travis file for importing graph_tool with python3

By

Freya Behrens

8y agoCode

Source

gist.github.comTravis file for importing graph_tool with python3github.com
Snippet from the RSS feed
.travis.yml This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters sudo: required dist: trusty language: python python: - "3.6" # command to install dependencies cache: - pip - apt addons: apt: sources: - ubuntu-toolchain-r-test - sourceline: 'deb trusty universe' key_url: ' - sourceline: 'deb-src trusty universe' key_url: ' packages: - expat - libsparsehash-dev - gtk+3 - libboost-all-dev - graphviz - build-essential - libcairo2-dev - python3-pip - python3-dev - python3-matplotlib - gfortran - libopenblas-dev - liblapack-dev - libcgal-dev - python3-numpy - python3-cairo - python3-scipy - libgomp1 - libstdc++6 - python3-graph-tool install: - "pip install -r requirements.txt" script: - pytest

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.