summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* 3.7 default and drop 2.7 for CIJarrod Millman2018-11-141-24/+7
* Fix osx testsJarrod Millman2018-08-081-1/+1
* Fix xdg-open issueJarrod Millman2018-08-081-1/+1
* Miniconda supports python 3.6 (not 3.7)Jarrod Millman2018-08-081-1/+1
* More fixesJarrod Millman2018-08-081-3/+3
* Update osx version on travisciJarrod Millman2018-08-081-1/+1
* Test 3.7 on xenialJarrod Millman2018-08-081-16/+9
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-081-0/+13
* Switch to xcode 7.3 for osx_image in .travis.yml (#2780)Dan Schult2017-12-011-0/+1
* Test upstream prereleases (#2658)Jarrod Millman2017-09-091-7/+17
* Have travis-ci deploy docsJarrod Millman2017-09-071-0/+4
* Have travis-ci build pdfJarrod Millman2017-09-071-0/+7
* Refactor travis testsJarrod Millman2017-09-071-23/+50
* Add miniconda osx test environment for graphviz (#2626)Dan Schult2017-08-221-3/+3
* Add OSX buildJarrod Millman2017-08-121-4/+25
* Reorganize travis configJarrod Millman2017-08-121-129/+11
* Use codecov instead of coveralls (#2577)Jarrod Millman2017-08-061-8/+3
* Drop 3.3 support (#2545)Jarrod Millman2017-07-261-12/+4
* Use precise until we sort out pypy on trustyJarrod Millman2017-07-241-0/+1
* Update graphml to care for a number of issues. (#2515)Dan Schult2017-07-191-1/+1
* Added more modern PyPy versions to the build matrix (#2468)Omer Katz2017-06-141-0/+7
* Install gdal after creating the conda environment.Jordi Torrents2017-04-021-1/+2
* Remove -dev from 3.6 travis build.Jordi Torrents2017-04-021-1/+1
* Add 3-6-dev to travis-ci test versionsAric Hagberg2017-04-021-0/+1
* PyDot support reverted from "pydotplus" to "pydot"leycec2016-10-061-6/+1
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-4/+5
* nose-ignore-docstrings makes nose report filenameDan Schult2016-02-061-2/+3
* Use pydotplus for all supported python versionsDan Schult2016-01-011-1/+6
* Add coverage for python 3.5Mridul Seth2015-09-271-0/+1
* Drop coverage for python 3.2Mridul Seth2015-09-271-1/+0
* Add cached pip wheels directoryHimanshu Mishra2015-07-181-0/+4
* Upgrade pip for cache installationHimanshu Mishra2015-07-161-0/+1
* Switch to container based travis buildHimanshu Mishra2015-07-111-14/+13
* Turn off coverage for pypy travis testsDan Schult2015-06-161-1/+5
* Adjust fixcoverage command in .travis.yml to handle miniconda.chebee7i2015-03-191-3/+3
* Move pypy tests to the allow failure category until we sort things out ;)Dan Schult2015-02-211-0/+1
* Shift travis to miniconda and pip mixtureDan Schult2015-01-101-71/+33
* added pandas to travis.ymlJamal2015-01-051-2/+2
* Bandaid for TravisCI tests.chebee7i2015-01-051-1/+14
* Enable Travis testing of nx_pydot.py under Python 2.7ysitu2014-11-041-2/+2
* Enable Travis testing of nx_shp.py under Python 2.7ysitu2014-11-041-5/+8
* Merge pull request #1269 from ysitu/gmlchebee7i2014-11-031-2/+5
|\
| * Remove references to pyparsingysitu2014-10-121-2/+2
| * Adjust GML test casesysitu2014-10-121-0/+3
* | Build and use the latest IronPython code from IronLanguages/mainysitu2014-10-131-10/+22
|/
* Fix download link to IronPython binaryysitu2014-09-051-1/+1
* Add pypy3 to Travis test matrixysitu2014-08-201-0/+5
* Prioritize Travis jobs to reduce turn-around timeysitu2014-08-041-8/+17
* Added fixcoveragepy script that fixes the path in coverage files.Sebastian Kreft2014-08-041-3/+9
* Avoid using /tmp when installing dependencies for testing with IronPython on ...ysitu2014-07-111-14/+12